Changeset 367 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Inc/BootVars.inc


Ignore:
Timestamp:
Mar 28, 2012, 5:50:26 PM (12 years ago)
Author:
aitotat@…
google:author:
aitotat@gmail.com
Message:

Changes to XTIDE Universal BIOS:

  • Forgot to remove the magic word from BOOTVARS.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/XTIDE_Universal_BIOS/Inc/BootVars.inc

    r363 r367  
    1919    .rgbMnuStack:
    2020    .dwPostStack    resb    4       ; POST stack pointer when entering INT 19h
    21     .wMagicWord     resb    2       ; I wish we didn't need this
    2221    .rgBootNfo:                     ; Array containing BOOTNFO structs
    2322endstruc
    24 
    25 ; Magic WORD to detect when BOOTVARS is available.
    26 BOOTVARS_MAGIC_WORD         EQU     1110011001100111b
    27 
    2823
    2924
Note: See TracChangeset for help on using the changeset viewer.