From 213ccdc08bb6ce15da42d9b2b274e449064e89cc Mon Sep 17 00:00:00 2001 From: Jonathan Turner Date: Fri, 15 Sep 2023 10:19:05 -0400 Subject: [PATCH] Testing changes. --- Part2/A4/06_irq/boot/bootsect.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Part2/A4/06_irq/boot/bootsect.asm b/Part2/A4/06_irq/boot/bootsect.asm index b21194f..319cbac 100755 --- a/Part2/A4/06_irq/boot/bootsect.asm +++ b/Part2/A4/06_irq/boot/bootsect.asm @@ -28,7 +28,7 @@ load_kernel: call print_nl mov bx, KERNEL_OFFSET ; Read from disk and store in 0x1000 - mov dh, 48 ; Our future kernel will be larger, make this big + mov dh, 16 ; Our future kernel will be larger, make this big mov dl, [BOOT_DRIVE] call disk_load ret