Changeset 601 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Inc/BootVars.inc
- Timestamp:
- Feb 14, 2019, 7:38:08 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/XTIDE_Universal_BIOS/Inc/BootVars.inc
r600 r601 40 40 41 41 struc HOTKEYVARS 42 .fpPrevTimerHandler resb 4 ; Previous 1Ch timer hand er42 .fpPrevTimerHandler resb 4 ; Previous 1Ch timer handler 43 43 .wTimeWhenDisplayed resb 2 ; System time (ticks) when Hotkey bar was first displayed 44 44 .wFddAndHddLetters: … … 79 79 80 80 ; MAX_HARD_DISK_NAME_LENGTH must be defined ahead of the DRVDETECTINFO structure to avoid problems with NASM 81 MAX_HARD_DISK_NAME_LENGTH EQU 30 81 MAX_HARD_DISK_NAME_LENGTH EQU 30 ; Bytes reserved for drive name 82 82 83 83 struc DRVDETECTINFO
Note:
See TracChangeset
for help on using the changeset viewer.