]> Devi Nivas Git - cs3210-lab1.git/commitdiff
fix offsets
authorrsc <rsc>
Tue, 28 Aug 2007 18:04:43 +0000 (18:04 +0000)
committerrsc <rsc>
Tue, 28 Aug 2007 18:04:43 +0000 (18:04 +0000)
bootmain.c

index c891e1b0e0d667b9e7fd12b4531c9d7dfca54ba2..5f9e51b3ec60cee589ab292a7cd8f34d4b23564e 100644 (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"