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

Added detail on the BIOS boot process #45

Closed skl closed 10 years ago

skl commented 10 years ago

In Chapter 3 I've added some further detail surrounding the transfer of control from BIOS to the bootsector code.

SamyPesse commented 10 years ago

Thank you :) sorry for taking so long to accept it.

skl commented 10 years ago

No problem and you're welcome!