SamyPesse / How-to-Make-a-Computer-Operating-System

How to Make a Computer Operating System in C++
https://samypesse.gitbook.io/how-to-create-an-operating-system
Apache License 2.0
21.35k stars 3.42k forks source link

regarding the web page #59

Open brownman opened 10 years ago

brownman commented 10 years ago

1 The BIOS boot sequence is: RAM detection -> Hardware detection/Initialization -> Boot sequence.

sound like a recursion..

2 consider adding a web-link to the github-issue page

cheers :)

DeveloperJose commented 10 years ago

1) I'm pretty sure it's implied as: The BIOS boot sequence is: Ram Detection -> Hardware Detection/Initialization -> OS Boot Sequence