Changeset 363 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Inc/BootVars.inc
- Timestamp:
- Mar 26, 2012, 4:20:43 PM (13 years ago)
- google:author:
- aitotat@gmail.com
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/XTIDE_Universal_BIOS/Inc/BootVars.inc
r294 r363 19 19 .rgbMnuStack: 20 20 .dwPostStack resb 4 ; POST stack pointer when entering INT 19h 21 .wMagicWord resb 2 ; I wish we didn't need this 21 22 .rgBootNfo: ; Array containing BOOTNFO structs 22 23 endstruc 24 25 ; Magic WORD to detect when BOOTVARS is available. 26 BOOTVARS_MAGIC_WORD EQU 1110011001100111b 27 23 28 24 29
Note:
See TracChangeset
for help on using the changeset viewer.