fix offsets

This commit is contained in:
rsc 2007-08-28 18:04:43 +00:00
parent a491dba00c
commit 3e1eaf226d
1 changed files with 2 additions and 2 deletions

View File

@ -1,9 +1,9 @@
// Boot loader.
//
// The BIOS loads boot sector (bootasm.S) from sector 1 of the disk
// The BIOS loads boot sector (bootasm.S) from sector 0 of the disk
// into memory and executes it. The boot sector puts the processor
// in 32-bit mode and calls bootmain below, which loads an ELF kernel
// image from the disk starting at sector 2 and then jumps to the
// image from the disk starting at sector 1 and then jumps to the
// kernel entry routine.
#include "types.h"