Changeset 258 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Src/Main.asm
- Timestamp:
- Feb 22, 2012, 7:01:53 PM (13 years ago)
- google:author:
- gregli@hotmail.com
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/XTIDE_Universal_BIOS/Src/Main.asm
r254 r258 176 176 %include "BootMenuEvent.asm" ; For menu library event handling 177 177 ; NOTE: BootMenuPrint needs to come immediately after BootMenuEvent 178 %include "BootMenuPrint.asm" ; For printing Boot Menu strings 178 ; so that jump table entries in BootMenuEvent stay within 8-bits 179 %include "BootMenuPrint.asm" ; For printing Boot Menu strings, also includes "BootMenuPrintCfg.asm" 179 180 %include "BootPrint.asm" ; For printing boot information 180 %include "BootMenuPrintCfg.asm" ; For printing hard disk configuration181 181 %include "FloppyDrive.asm" ; Floppy Drive related functions 182 182 %include "BootSector.asm" ; For loading boot sector
Note:
See TracChangeset
for help on using the changeset viewer.