Changeset 595 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Inc
- Timestamp:
- Jul 7, 2018, 9:53:24 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/XTIDE_Universal_BIOS/Inc/BootVars.inc
r593 r595 21 21 %ifndef BOOTVARS_INC 22 22 %define BOOTVARS_INC 23 24 25 ; Temporary locations for system interrupt handlers. Stored during ROM initialization 26 ; and needed when we do full initialization and drive detection on INT 19h 27 TEMPORARY_VECTOR_FOR_SYSTEM_INT13h EQU 32h ; Unused by BIOS (reserved for DOS) 28 TEMPORARY_VECTOR_FOR_SYSTEM_INT19h EQU 33h ; Unused by BIOS (reserved for DOS) 29 23 30 24 31 ; Default drives
Note:
See TracChangeset
for help on using the changeset viewer.