User Tools

Site Tools


computer_basics:operating_system_fundamentals

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
computer_basics:operating_system_fundamentals [2019/12/05 04:06] – [Booting step 1: BIOS and EFI] mithatcomputer_basics:operating_system_fundamentals [2019/12/05 04:10] mithat
Line 37: Line 37:
  
   * Many computers use a **BIOS (Basic Input/Output System)** to begin the booting process.   * Many computers use a **BIOS (Basic Input/Output System)** to begin the booting process.
-    * ** UEFI (Unified Extensible Firmware Interface)** is one example. 
   * The first thing that is loaded into memory and starts running when you turn on.   * The first thing that is loaded into memory and starts running when you turn on.
   * Manages some core hardware settings.   * Manages some core hardware settings.
Line 46: Line 45:
  
   * Most newer desktops and laptops use **EFI (Extensible Firmware Interface)** instead of a BIOS.   * Most newer desktops and laptops use **EFI (Extensible Firmware Interface)** instead of a BIOS.
 +    * ** UEFI (Unified Extensible Firmware Interface)** is one example.
   * Like a mini OS.   * Like a mini OS.
   * Does everything BIOS does.   * Does everything BIOS does.
Line 57: Line 57:
 ===== Booting step 3: Load the operating system ===== ===== Booting step 3: Load the operating system =====
   * BIOS or EFI loads an OS's **kernel** into memory.   * BIOS or EFI loads an OS's **kernel** into memory.
-    * kernel: the central part of the OS+    * kernel: the central part of the OS.
     * Usually stored on main storage device.     * Usually stored on main storage device.
   * The OS then loads remainder of what's needed.   * The OS then loads remainder of what's needed.
  
 ===== Booting step 4: Check the system configuration ===== ===== Booting step 4: Check the system configuration =====
-  * The OS checks the system configuration for **device drivers**+  * The OS checks the system configuration for **device drivers**.
     * device driver: utility program that enables communication between the OS and a peripheral device.     * device driver: utility program that enables communication between the OS and a peripheral device.
   * The OS installs and loads the needed drivers.   * The OS installs and loads the needed drivers.
Line 72: Line 72:
  
 ===== Booting step 6/: Authenticate user ===== ===== Booting step 6/: Authenticate user =====
-    * Facilitate authentication/login+    * Facilitate user authentication/login.
       * Typically a user name and password or fingerprint scan or special code.       * Typically a user name and password or fingerprint scan or special code.
  
computer_basics/operating_system_fundamentals.txt · Last modified: 2019/12/06 05:11 by mithat

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki