lesson 16, kprint

This commit is contained in:
Carlos Fenollosa
2014-10-22 10:58:12 +02:00
parent ee368f41d4
commit 3530dd700c
9 changed files with 249 additions and 1 deletions

View File

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