diff options
| author | Michal Idziorek <m.i@gmx.at> | 2014-08-20 15:55:03 +0200 |
|---|---|---|
| committer | Michal Idziorek <m.i@gmx.at> | 2014-08-20 15:55:03 +0200 |
| commit | dc164927e71d760a41494ab1edf8e3deeda401db (patch) | |
| tree | 65253b4a5e443c599341d5972b58449388a4b2b1 /boot/mbr.asm | |
| parent | 46063e75f3f81dfb532fa5772c88e9027a0faebd (diff) | |
started implementing floppy driver etc.
Diffstat (limited to 'boot/mbr.asm')
| -rw-r--r-- | boot/mbr.asm | 2 |
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 |
