mirror of https://github.com/E-Almqvist/eOS
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.
8 lines
138 B
8 lines
138 B
4 years ago
|
; EQUs (lazy variables) for BIOS stuff
|
||
4 years ago
|
BIOS_TTY_INT equ 0x10
|
||
|
BIOS_TTY_MODE equ 0x0e
|
||
4 years ago
|
|
||
4 years ago
|
BIOS_DISK_INT equ 0x13
|
||
|
BIOS_DISK_READ equ 0x02
|
||
|
|