summaryrefslogtreecommitdiff
path: root/boot
diff options
context:
space:
mode:
authorMichal Idziorek <m.i@gmx.at>2014-08-20 15:55:03 +0200
committerMichal Idziorek <m.i@gmx.at>2014-08-20 15:55:03 +0200
commitdc164927e71d760a41494ab1edf8e3deeda401db (patch)
tree65253b4a5e443c599341d5972b58449388a4b2b1 /boot
parent46063e75f3f81dfb532fa5772c88e9027a0faebd (diff)
started implementing floppy driver etc.
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 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