quick todo

This commit is contained in:
2025-09-10 21:14:34 -04:00
parent 507a05949f
commit ef22bc9cd3

View File

@@ -136,6 +136,7 @@ main:
call read_disk_raw call read_disk_raw
add sp, 0xC add sp, 0xC
.enter_stage2: .enter_stage2:
; TODO: review what we pass to stage2, do we need to do this?
mov dl, byte [bp - 2] ; byte boot_drive mov dl, byte [bp - 2] ; byte boot_drive
mov ax, word [bp - 4] ; word part_offset mov ax, word [bp - 4] ; word part_offset
mov si, partition_table ; ptr partition_table mov si, partition_table ; ptr partition_table