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


Ignore:
Timestamp:
Jan 28, 2011, 4:29:42 PM (13 years ago)
Author:
aitotat
google:author:
aitotat
Message:

Changes to XTIDE Universal BIOS:

  • Cleaned boot loader code some more.
File:
1 edited

Legend:

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

    r93 r96  
    124124%include "BootMenuEvent.asm"    ; For menu library event handling
    125125%include "FloppyDrive.asm"      ; Floppy Drive related functions
     126%include "BootSector.asm"       ; For loading boot sector
     127%include "BootPrint.asm"        ; For printing boot information
    126128%include "BootMenuPrint.asm"    ; For printing Boot Menu strings
    127129%include "BootMenuPrintCfg.asm" ; For printing hard disk configuration
     
    140142; Include .asm files (Interrupt handlers)
    141143%include "Int13h.asm"           ; For Int 13h, Disk functions
    142 %include "Int19h.asm"           ; For Int 19h, Boot Loader
    143144%ifndef USE_AT
    144145    %include "Int19hLate.asm"   ; For late initialization
    145146%endif
    146147%include "Int19hMenu.asm"       ; For Int 19h, Boot Loader for Boot Menu
    147 %include "BootPrint.asm"        ; For printing boot information
    148148
    149149; Include .asm files (Hard Disk BIOS functions)
Note: See TracChangeset for help on using the changeset viewer.