Changeset 560 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Src/Main.asm


Ignore:
Timestamp:
Jul 3, 2013, 6:56:05 PM (11 years ago)
Author:
aitotat@…
google:author:
aitotat@gmail.com
Message:

Changes to XTIDE Universal BIOS:

  • Very late init handler is now in MODULE_VERY_LATE_INITIALIZATION
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/XTIDE_Universal_BIOS/Src/Main.asm

    r559 r560  
    218218
    219219    ; Boot loader
     220%ifdef MODULE_VERY_LATE_INITIALIZATION
     221    %include "Int13hBiosInit.asm"
     222%endif
    220223    %include "Int19h.asm"           ; For Int 19h, Boot Loader
    221224    %include "BootSector.asm"       ; For loading boot sector
     
    254257
    255258    ; INT 13h Hard Disk BIOS functions
    256 %ifndef USE_AT
    257     %include "Int13hBiosInit.asm"
    258 %endif
    259259    %include "Int13h.asm"           ; For Int 13h, Disk functions
    260260    %include "AH0h_HReset.asm"
Note: See TracChangeset for help on using the changeset viewer.