Changeset 183 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Src/Main.asm
- Timestamp:
- Nov 15, 2011, 4:35:14 AM (13 years ago)
- google:author:
- gregli@hotmail.com
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/XTIDE_Universal_BIOS/Src/Main.asm
r181 r183 15 15 ORG 000h ; Code start offset 0000h 16 16 17 17 %define MENUEVENT_INLINE_OFFSETS ; Only one menu required, save space and inline offsets 18 18 19 ; Included .inc files 19 20 %include "AssemblyLibrary.inc" ; Assembly Library. Must be included first! … … 150 151 iend 151 152 152 153 153 ; Libraries and data 154 154 %include "AssemblyLibrary.asm" … … 170 170 %include "BootMenu.asm" ; For Boot Menu operations 171 171 %include "BootMenuEvent.asm" ; For menu library event handling 172 %include "BootMenuPrint.asm" ; For printing Boot Menu strings (needs to come after BootMenuEvent.asm) 172 173 %include "FloppyDrive.asm" ; Floppy Drive related functions 173 174 %include "BootSector.asm" ; For loading boot sector 174 175 %include "BootPrint.asm" ; For printing boot information 175 %include "BootMenuPrint.asm" ; For printing Boot Menu strings176 176 %include "BootMenuPrintCfg.asm" ; For printing hard disk configuration 177 177
Note:
See TracChangeset
for help on using the changeset viewer.