From 594279ba194f5327ac120a09360065717709d468 Mon Sep 17 00:00:00 2001 From: Michal Idziorek Date: Sun, 31 Aug 2014 16:50:46 +0200 Subject: improved comments and label for disk_load_16 --- boot/mbr.asm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'boot/mbr.asm') diff --git a/boot/mbr.asm b/boot/mbr.asm index 9076915..45cfd85 100644 --- a/boot/mbr.asm +++ b/boot/mbr.asm @@ -106,9 +106,9 @@ boot_16: ; ; ;Load the KERNEL (52 sectors starting at sector 2) mov bx,KERNEL_OFFSET - mov dh, 52 + mov dh, 52 ; for lba mode this is hardcoded anyway mov dl, [BOOT_DRIVE] - call disk_load + call disk_load_16 ; ; ;get memory map from bios before we enter 32 bit protected mode -- cgit v1.2.3