Changeset 492 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Src/Main.asm
- Timestamp:
- Dec 21, 2012, 1:01:55 AM (12 years ago)
- google:author:
- gregli@hotmail.com
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/XTIDE_Universal_BIOS/Src/Main.asm
r491 r492 36 36 %define MENUEVENT_INLINE_OFFSETS ; Only one menu required, save space and inline offsets 37 37 %define INCLUDE_MENU_LIBRARY 38 38 %define MENU_NO_ESC ; User cannot 'esc' out of the menu 39 39 %else ; If no boot menu included 40 40 %define INCLUDE_DISPLAY_LIBRARY … … 197 197 %ifdef MODULE_HOTKEYS 198 198 %include "HotkeyBar.asm" ; For hotkeys during drive detection and boot menu 199 %include "DriveXlate.asm" ; For swapping drive numbers 199 %endif 200 %ifdef MODULE_DRIVEXLATE 201 %include "DriveXlate.asm" ; For swapping drive numbers, must come immediately after HotkeyBar.asm 200 202 %endif 201 203 … … 211 213 ; Boot loader 212 214 %include "Int19h.asm" ; For Int 19h, Boot Loader 215 %include "BootSector.asm" ; For loading boot sector 213 216 %include "Int19hReset.asm" ; INT 19h handler for proper system reset 214 %include "BootSector.asm" ; For loading boot sector215 217 216 218 ; For all device types
Note:
See TracChangeset
for help on using the changeset viewer.