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/Src/Initialization/Initialize.asm

    r363 r367  
    5353;--------------------------------------------------------------------
    5454Initialize_AndDetectDrives:
    55     mov     WORD [es:BOOTVARS.wMagicWord], BOOTVARS_MAGIC_WORD
    5655    call    BootMenuPrint_InitializeDisplayContext
    5756    call    DetectPrint_RomFoundAtSegment
     
    9998    call    AH0h_ResetAllOurHardDisksAtTheEndOfDriveInitialization
    10099    add     sp, BYTE EXTRA_BYTES_FOR_INTPACK
    101     mov     WORD [es:BOOTVARS.wMagicWord], 0
    102100    ret
Note: See TracChangeset for help on using the changeset viewer.