Changeset 560 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Src/Main.asm
- Timestamp:
- Jul 3, 2013, 6:56:05 PM (12 years ago)
- google:author:
- aitotat@gmail.com
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/XTIDE_Universal_BIOS/Src/Main.asm
r559 r560 218 218 219 219 ; Boot loader 220 %ifdef MODULE_VERY_LATE_INITIALIZATION 221 %include "Int13hBiosInit.asm" 222 %endif 220 223 %include "Int19h.asm" ; For Int 19h, Boot Loader 221 224 %include "BootSector.asm" ; For loading boot sector … … 254 257 255 258 ; INT 13h Hard Disk BIOS functions 256 %ifndef USE_AT257 %include "Int13hBiosInit.asm"258 %endif259 259 %include "Int13h.asm" ; For Int 13h, Disk functions 260 260 %include "AH0h_HReset.asm"
Note:
See TracChangeset
for help on using the changeset viewer.