pull/13/head
E. Almqvist 3 years ago
parent e661ed65ad
commit 7e2743af96
  1. 3
      src/bios/disk.asm

@ -1,6 +1,4 @@
disk_read: disk_read:
pusha
push dx push dx
mov ah, BIOS_DISK_READ mov ah, BIOS_DISK_READ
mov al, dh ; sector count mov al, dh ; sector count
@ -17,7 +15,6 @@ disk_read:
cmp al, dh cmp al, dh
jne sector_error jne sector_error
popa
ret ret
sector_error: sector_error:

Loading…
Cancel
Save