Changeset 96 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Src/Main.asm
- Timestamp:
- Jan 28, 2011, 4:29:42 PM (14 years ago)
- google:author:
- aitotat
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/XTIDE_Universal_BIOS/Src/Main.asm
r93 r96 124 124 %include "BootMenuEvent.asm" ; For menu library event handling 125 125 %include "FloppyDrive.asm" ; Floppy Drive related functions 126 %include "BootSector.asm" ; For loading boot sector 127 %include "BootPrint.asm" ; For printing boot information 126 128 %include "BootMenuPrint.asm" ; For printing Boot Menu strings 127 129 %include "BootMenuPrintCfg.asm" ; For printing hard disk configuration … … 140 142 ; Include .asm files (Interrupt handlers) 141 143 %include "Int13h.asm" ; For Int 13h, Disk functions 142 %include "Int19h.asm" ; For Int 19h, Boot Loader143 144 %ifndef USE_AT 144 145 %include "Int19hLate.asm" ; For late initialization 145 146 %endif 146 147 %include "Int19hMenu.asm" ; For Int 19h, Boot Loader for Boot Menu 147 %include "BootPrint.asm" ; For printing boot information148 148 149 149 ; Include .asm files (Hard Disk BIOS functions)
Note:
See TracChangeset
for help on using the changeset viewer.