summaryrefslogtreecommitdiff
path: root/boot/mbr.asm
diff options
context:
space:
mode:
Diffstat (limited to 'boot/mbr.asm')
-rw-r--r--boot/mbr.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/boot/mbr.asm b/boot/mbr.asm
index fd13a76..2d87c20 100644
--- a/boot/mbr.asm
+++ b/boot/mbr.asm
@@ -107,7 +107,7 @@ boot_16:
;Load the KERNEL
mov bx,KERNEL_OFFSET
- mov dh, 15
+ mov dh, 50
mov dl, [BOOT_DRIVE]
call disk_load