Changeset 593 in xtideuniversalbios for trunk/Assembly_Library/Inc/BiosFunctions.inc
- Timestamp:
- Jun 30, 2018, 8:27:04 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Assembly_Library/Inc/BiosFunctions.inc
r592 r593 12 12 BIOS_BOOT_FAILURE_INTERRUPT_18h EQU 18h 13 13 BIOS_BOOT_LOADER_INTERRUPT_19h EQU 19h 14 BIOS_TIME_PCI_PNP_1Ah EQU 1Ah 14 15 BIOS_DISKETTE_INTERRUPT_40h EQU 40h 15 16 HD0_DPT_POINTER_41h EQU 41h … … 64 65 EVENT_WAIT EQU 86h 65 66 67 ; BIOS PCI 2.0+ functions 68 PCI_INSTALLATION_CHECK EQU 0B101h 69 66 70 67 71 %endif ; BIOS_FUNCTIONS_INC
Note:
See TracChangeset
for help on using the changeset viewer.