Changeset 392 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Src/Main.asm
- Timestamp:
- Apr 17, 2012, 2:42:54 PM (13 years ago)
- google:author:
- aitotat@gmail.com
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/XTIDE_Universal_BIOS/Src/Main.asm
r386 r392 34 34 %define EXCLUDE_FROM_XTIDE_UNIVERSAL_BIOS ; Exclude unused library functions 35 35 %ifdef MODULE_BOOT_MENU 36 %define MENUEVENT_INLINE_OFFSETS ; Only one menu required, save space and inline offsets36 %define MENUEVENT_INLINE_OFFSETS ; Only one menu required, save space and inline offsets 37 37 %define INCLUDE_MENU_LIBRARY 38 38 39 39 %else ; If no boot menu included 40 40 %define INCLUDE_DISPLAY_LIBRARY 41 %define INCLUDE_KEYBOARD_LIBRARY 41 42 %define INCLUDE_TIME_LIBRARY 42 43 %endif … … 57 58 %include "RamVars.inc" ; For RAMVARS struct 58 59 %include "BootVars.inc" ; For BOOTVARS struct 60 %include "HotkeyBar.inc" ; For Hotkeys 59 61 %include "BootMenu.inc" ; For Boot Menu 60 62 %include "IDE_8bit.inc" ; For IDE 8-bit data port macros … … 212 214 %include "Interrupts.asm" ; For Interrupt initialization 213 215 %include "RamVars.asm" ; For RAMVARS initialization and access 216 %include "BootVars.asm" ; For initializing variabled used during init and boot 217 %include "FloppyDrive.asm" ; Floppy Drive related functions 214 218 %include "CreateDPT.asm" ; For creating DPTs 215 219 %include "FindDPT.asm" ; For finding DPTs … … 220 224 %include "DetectDrives.asm" ; For detecting IDE drives 221 225 %include "DetectPrint.asm" ; For printing drive detection strings 226 %include "HotkeyBar.asm" ; For hotkeys during drive detection and boot menu 222 227 223 228 ; Boot menu … … 232 237 ; Boot loader 233 238 %include "Int19h.asm" ; For Int 19h, Boot Loader 234 %include " FloppyDrive.asm" ; Floppy Drive related functions239 %include "Int19hReset.asm" ; INT 19h handler for proper system reset 235 240 %include "BootSector.asm" ; For loading boot sector 236 241
Note:
See TracChangeset
for help on using the changeset viewer.