Changeset 395 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Src/Main.asm
- Timestamp:
- Apr 18, 2012, 6:04:48 PM (13 years ago)
- google:author:
- aitotat@gmail.com
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/XTIDE_Universal_BIOS/Src/Main.asm
r392 r395 47 47 %include "AssemblyLibrary.inc" ; Assembly Library. Must be included first! 48 48 %include "Version.inc" 49 %include "ModuleDependency.inc" ; Dependency checks for optional modules 49 50 %include "IntController.inc" ; For Interrupt Controller equates 50 51 %include "ATA_ID.inc" ; For ATA Drive Information structs … … 224 225 %include "DetectDrives.asm" ; For detecting IDE drives 225 226 %include "DetectPrint.asm" ; For printing drive detection strings 227 228 ; Hotkey Bar 229 %ifdef MODULE_HOTKEYS 226 230 %include "HotkeyBar.asm" ; For hotkeys during drive detection and boot menu 231 %include "DriveXlate.asm" ; For swapping drive numbers 232 %endif 227 233 228 234 ; Boot menu … … 297 303 %include "AH24h_HSetBlocks.asm" ; Required by Int13h_Jump.asm 298 304 %include "AH25h_HDrvID.asm" ; Required by Int13h_Jump.asm 299 %include "DriveXlate.asm" ; For swapping drive numbers300 305 %include "Address.asm" ; For sector address translations 301 306 %include "Prepare.asm" ; For buffer pointer normalization
Note:
See TracChangeset
for help on using the changeset viewer.