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:07] mithatcomputer_basics:operating_system_fundamentals [2019/12/05 04:11] – [Booting step 6/: Authenticate user] mithat
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 71: Line 71:
   * Etc.   * Etc.
  
-===== Booting step 6/: Authenticate user ===== +===== Booting step 6: Authenticate user ===== 
-    * Facilitate authentication/login +    * Final part of booting is to facilitate user authentication or 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.
  
 ===== OS Function 2: Managing applications ===== ===== OS Function 2: Managing applications =====
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