Changed kernel size.

This commit is contained in:
Jonathan Turner 2023-09-15 10:17:14 -04:00
parent 9992c53f3e
commit 02a12b824d
2 changed files with 1 additions and 1 deletions

BIN
Part2/A4/.DS_Store vendored

Binary file not shown.

View File

@ -28,7 +28,7 @@ load_kernel:
call print_nl call print_nl
mov bx, KERNEL_OFFSET ; Read from disk and store in 0x1000 mov bx, KERNEL_OFFSET ; Read from disk and store in 0x1000
mov dh, 16 ; Our future kernel will be larger, make this big mov dh, 48 ; Our future kernel will be larger, make this big
mov dl, [BOOT_DRIVE] mov dl, [BOOT_DRIVE]
call disk_load call disk_load
ret ret