summaryrefslogtreecommitdiff
path: root/boot
diff options
context:
space:
mode:
Diffstat (limited to 'boot')
-rw-r--r--boot/mbr.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/boot/mbr.asm b/boot/mbr.asm
index 2d87c20..3406b55 100644
--- a/boot/mbr.asm
+++ b/boot/mbr.asm
@@ -26,7 +26,7 @@ KERNEL_OFFSET equ 0x1000
jmp boot_16 ;start boot process
BOOT_DRIVE:
- db 0
+ db 0xff
;SOME Global Data, mainly strings
STR_VERSION: