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

Fixed typo about boot signature and sectors 511 and 512 #52

Closed frkd-dev closed 10 years ago

frkd-dev commented 10 years ago

Statement "signature bytes 0x55 and 0xAA at sectors 511 and 512 respectively." isn't correct. There should be "offsets" instead of "sectors", because signature belongs only to first (mbr) sector, not to 511th and 512th sectors.

SamyPesse commented 10 years ago

Thanks :+1: :heart:

frkd-dev commented 10 years ago

Please don't stop with this book. :wink: