Disk read stuff

pull/9/head
E. Almqvist 4 years ago
parent 58ee40f0ae
commit 572a66b6eb
  1. 3
      src/bootloader_bios_disk.asm

@ -1,4 +1,5 @@
disk_read: disk_read:
pusha pusha
mov ah, BIOS_DISK_READ
mov al, dh ; number of sectors to read

Loading…
Cancel
Save