From aad04a2208fbde8db2c1a81d6057c1ac4edb390e Mon Sep 17 00:00:00 2001 From: Michal Idziorek Date: Wed, 3 Sep 2014 00:15:51 +0200 Subject: ACPI support ! --- 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 ca851c3..8483705 100644 --- a/boot/mbr.asm +++ b/boot/mbr.asm @@ -109,7 +109,7 @@ boot_16: ; ; ;Load the KERNEL (52 sectors starting at sector 2) mov bx,KERNEL_OFFSET - mov dh, 52 ; for lba mode this is hardcoded anyway + mov dh, 53 ; for lba mode this is hardcoded anyway mov dl, [BOOT_DRIVE] call disk_load_16 -- cgit v1.2.3