mirror of
https://github.com/cfenollosa/os-tutorial.git
synced 2025-12-17 04:14:37 +03:00
lesson 16, kprint
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user