diff --git a/src/boot/mbr.s b/src/boot/mbr.s index ae51b9d..208c8ad 100644 --- a/src/boot/mbr.s +++ b/src/boot/mbr.s @@ -9,7 +9,7 @@ kernel_offset: equ 0x1000 mov [boot_drive], dl ; Now we setup the stack by setting the -; base pointer to address 0x8000. The address +; base pointer to address 0x9000. The address ; itself doesn't matter as long as it's far ; enough away from memory already in use by ; the BIOS