Changeset 367 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Inc
- Timestamp:
- Mar 28, 2012, 5:50:26 PM (13 years ago)
- google:author:
- aitotat@gmail.com
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/XTIDE_Universal_BIOS/Inc/BootVars.inc
r363 r367 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 this22 21 .rgBootNfo: ; Array containing BOOTNFO structs 23 22 endstruc 24 25 ; Magic WORD to detect when BOOTVARS is available.26 BOOTVARS_MAGIC_WORD EQU 1110011001100111b27 28 23 29 24
Note:
See TracChangeset
for help on using the changeset viewer.