From dc164927e71d760a41494ab1edf8e3deeda401db Mon Sep 17 00:00:00 2001 From: Michal Idziorek Date: Wed, 20 Aug 2014 15:55:03 +0200 Subject: started implementing floppy driver etc. --- boot/mbr.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'boot/mbr.asm') 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 -- cgit v1.2.3