Operating System
MasterAaron
Read the Fucking Source Code!
展开
-
Chapter01 - The Boot Process & Boot Sector
The Boot Process & Boot Sector Source code https://github.com/geekaaron/Learning-OS After the computer powered on, the BIOS program will loaded into memory and do some low-level test of the hardw...原创 2018-12-05 00:53:49 · 205 阅读 · 0 评论 -
Chapter02 - Disk Addressing & Using BIOS to Read Disk
Source code https://github.com/geekaaron/Learning-OS Usually the operating system size is much larger than 512 bytes. It means we have to read the rest of OS from some storage (e.g. floppy, hard disk...原创 2018-12-07 22:25:41 · 173 阅读 · 0 评论