diff options
Diffstat (limited to 'bootmain.c')
-rw-r--r-- | bootmain.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -12,7 +12,7 @@ // BOOT UP STEPS // * when the CPU boots it loads the BIOS into memory and executes it // -// * the BIOS intializes devices, sets of the interrupt routines, and +// * the BIOS intializes devices, sets up the interrupt routines, and // reads the first sector of the boot device(e.g., hard-drive) // into memory and jumps to it. // |