rename ext_disk_read to BIOS_int13h_ext_read

This commit is contained in:
2025-09-17 18:54:59 -04:00
parent 918e94689f
commit 831d45c33c
4 changed files with 5 additions and 5 deletions

View File

@@ -208,7 +208,7 @@ ReadMbrData:
push word [bp + 6] ; offset = dst
push __STAGE2_SEGMENT ; this segment
call read_disk_raw
call BIOS_int13h_ext_read
add sp, 0xC
.check_sig:
mov bx, [bp + 6]
@@ -250,7 +250,7 @@ ReadVbrData:
push word [bp + 6] ; offset = dst
push __STAGE2_SEGMENT ; this segment
call read_disk_raw
call BIOS_int13h_ext_read
add sp, 0xC
; vbr (with fat bpb/ebpb) is at the buffer now
.check_sig: