From f325d829ecd68eac10ddf47c78b1dc31cf270075 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Fri, 16 Jun 2017 15:58:49 +0200 Subject: giving up on getting disk/usb mode to work in boot loader --- src/boot/stage2_real_functions.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/boot') diff --git a/src/boot/stage2_real_functions.asm b/src/boot/stage2_real_functions.asm index 4e35b25..2c38107 100644 --- a/src/boot/stage2_real_functions.asm +++ b/src/boot/stage2_real_functions.asm @@ -9,7 +9,7 @@ SECTORS_PER_CYLINDER: db 0x3F ; detect parameters enters the correct value here (sectors + 1) ; if detection fails, force int13 to read ahead NOF_HEADS: - db 0x09 ; number of heads + 1 + db 0x01 ; number of heads + 1 SECTORS_TO_LOAD: db NOF_LOAD_SECTORS ; load NOF_LOAD_SECTORS sectors in total CURRENT_SECTOR: -- cgit v1.2.3-54-g00ecf