A poorly written OS for the x86 arch. (WIP)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
eOS/src/bootloader_bios_disk.asm

6 lines
84 B

4 years ago
disk_read:
pusha
4 years ago
4 years ago
mov ah, BIOS_DISK_READ
mov al, dh ; number of sectors to read