Changeset 285 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Src/Main.asm
- Timestamp:
- Feb 29, 2012, 7:20:36 PM (13 years ago)
- google:author:
- aitotat@gmail.com
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/XTIDE_Universal_BIOS/Src/Main.asm
r277 r285 136 136 at ROMVARS.bStealSize, db 1 ; Steal 1kB from base memory in full mode 137 137 138 at ROMVARS.ideVars0+IDEVARS.wPort, dw DEVICE_XTIDE_DEFAULT_PORT ; Controller Command Block base port 139 at ROMVARS.ideVars0+IDEVARS.wPortCtrl, dw DEVICE_XTIDE_DEFAULT_PORTCTRL ; Controller Control Block base port 138 140 %ifdef MODULE_JRIDE 139 141 at ROMVARS.ideVars0+IDEVARS.bDevice, db DEVICE_JRIDE_ISA 140 142 %else 141 at ROMVARS.ideVars0+IDEVARS.wPort, dw DEVICE_XTIDE_DEFAULT_PORT ; Controller Command Block base port142 at ROMVARS.ideVars0+IDEVARS.wPortCtrl, dw DEVICE_XTIDE_DEFAULT_PORTCTRL ; Controller Control Block base port143 143 at ROMVARS.ideVars0+IDEVARS.bDevice, db DEVICE_8BIT_DUAL_PORT_XTIDE 144 144 %endif … … 167 167 %include "Interrupts.asm" ; For Interrupt initialization 168 168 %include "RamVars.asm" ; For RAMVARS initialization and access 169 %include "CreateDPT.asm" ; For creating DPTs 170 %include "FindDPT.asm" ; For finding DPTs 169 171 %ifdef MODULE_STRINGS_COMPRESSED 170 172 %include "StringsCompressed.asm" … … 172 174 %include "Strings.asm" ; For BIOS message strings 173 175 %endif 174 %include "CreateDPT.asm" ; For creating DPTs175 %include "FindDPT.asm" ; For finding DPTs176 176 %include "AccessDPT.asm" ; For accessing DPTs 177 177 %include "BootMenuInfo.asm" ; For creating BOOTMENUINFO structs
Note:
See TracChangeset
for help on using the changeset viewer.