Changeset 97 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Src/Main.asm
- Timestamp:
- Jan 30, 2011, 6:43:08 PM (14 years ago)
- google:author:
- aitotat
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/XTIDE_Universal_BIOS/Src/Main.asm
r96 r97 12 12 ORG 000h ; Code start offset 0000h 13 13 14 14 15 ; Included .inc files 15 16 %include "AssemblyLibrary.inc" ; Assembly Library. Must be included first! … … 21 22 %include "Int13h.inc" ; Equates for INT 13h functions 22 23 %include "CustomDPT.inc" ; For Disk Parameter Table 23 %include "CompatibleDPT.inc" ; For standard Disk Parameter Tables24 24 %include "RomVars.inc" ; For ROMVARS and IDEVARS structs 25 25 %include "RamVars.inc" ; For RAMVARS struct … … 48 48 db " (XT)=-",NULL 49 49 %endif 50 at ROMVARS.szVersion, db "v1.2.0_wip ( 01/27/11)",NULL ; mm/dd/yy50 at ROMVARS.szVersion, db "v1.2.0_wip (",__DATE__,")",NULL 51 51 52 52 ;---------------------------; … … 113 113 %include "FindDPT.asm" ; For finding DPTs 114 114 %include "AccessDPT.asm" ; For accessing DPTs 115 %include "CompatibleDPT.asm" ; For creating compatible DPTs116 115 %include "BootInfo.asm" ; For creating BOOTNFO structs 117 116 %include "AtaID.asm" ; For ATA Identify Device information
Note:
See TracChangeset
for help on using the changeset viewer.