os-tutorial
os-tutorial copied to clipboard
Notify the small but important change in bootsect.asm
Since checkpoint, our kernel will be larger, so the number of sectors
to read when loading it from disk has increased from 2 to 16.
Many learners are used to copying existing code. So if we don't notify
them of the change in bootsect.asm, they will encounter disk read
error in the later lessons.