-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
os
- Loading branch information
Showing
28 changed files
with
181 additions
and
224 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
--- | ||
Author: | ||
- Xinyang YU | ||
Author Profile: | ||
- https://linkedin.com/in/xinyang-yu | ||
tags: | ||
- OS | ||
Creation Date: 2023-12-20, 15:30 | ||
Last Date: 2023-12-20T15:33:38+08:00 | ||
References: | ||
--- | ||
## Abstract | ||
--- | ||
- Physical or logical storage device that contains [[#Master Boot Record]] | ||
|
||
## Boot Device in Booting | ||
--- | ||
1. [[#Master Boot Record]] is read into [[Main Memory]] | ||
2. [[#Secondary Boot Loader]] started | ||
|
||
## Terminologies | ||
--- | ||
### Master Boot Record | ||
- Contains [[#Primary Boot Loader]] | ||
### Primary Boot Loader | ||
- Initiate the process of loading the [[OS]] into the computer's [[Main Memory]] | ||
- Examines the **partition table** at the end of **boot sector** to determine which **partition** is active. Providing a menu for user to select which OS to boot | ||
|
||
### Secondary Boot Loader | ||
- Loading the [[Kernel]] and initialising the [[OS]] environment from **active partition** and start it |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
12 changes: 0 additions & 12 deletions
12
content/OS/MISC/Booting/First sector from the boot device.md
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
19 changes: 0 additions & 19 deletions
19
content/OS/Main Components/IO/Hardware/Device Controller.md
This file was deleted.
Oops, something went wrong.
13 changes: 0 additions & 13 deletions
13
... Components/IO/Hardware/Peripheral Component Interconnect Express (PCIe) bus.md
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
--- | ||
Author: | ||
- Xinyang YU | ||
Author Profile: | ||
- https://linkedin.com/in/xinyang-yu | ||
tags: | ||
- OS | ||
Creation Date: 2023-07-14T20:53:45+08:00 | ||
Last Date: 2023-12-20T15:44:46+08:00 | ||
References: | ||
--- | ||
## Abstract | ||
--- | ||
* Controlled by [[Device Controller]] | ||
* Examples are like keyboard and monitor | ||
|
||
|
||
|
||
## Terminologies | ||
--- | ||
### Plug and Play | ||
- [[OS]] automatically collect information about the [[IO Device]] | ||
- Centrally assign **interrupt level** & **IO Addresses** | ||
- Tell each IO device what its numbers are | ||
- Works closely with [[Booting Computer]] |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.