clean up of comments

This commit is contained in:
2024-10-18 07:30:14 -04:00
parent 45aeb9b3d0
commit b606e28958

View File

@@ -323,7 +323,6 @@ ReadFATCluster:
mov eax, dword [bp + 8] mov eax, dword [bp + 8]
call ClusterToLBA ; __fastcall16 uint32_t ClusterToLBA(uint32_t cluster) call ClusterToLBA ; __fastcall16 uint32_t ClusterToLBA(uint32_t cluster)
; eax contains the LBA now
push dword eax ; lba = ClusterToLBA(..) push dword eax ; lba = ClusterToLBA(..)
mov ax, word [bp + 6] ; offset mov ax, word [bp + 6] ; offset
@@ -331,7 +330,7 @@ ReadFATCluster:
mov ax, word [bp + 4] mov ax, word [bp + 4]
push ax push ax
; uint8_t read_stage2_raw(uint16_t buf_segment, uint16_t buf_offset, ; uint8_t read_disk_raw(uint16_t buf_segment, uint16_t buf_offset,
; uint32_t lba, ; uint32_t lba,
; uint16_t count, uint16_t drive_num) ; uint16_t count, uint16_t drive_num)
call read_disk_raw call read_disk_raw