Changeset 494 in xtideuniversalbios for wiki/BuildInstructions.wiki
- Timestamp:
- Dec 21, 2012, 9:06:55 AM (12 years ago)
- google:author:
- gregli@hotmail.com
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
wiki/BuildInstructions.wiki
r450 r494 97 97 # Following modules can be included or excluded: # 98 98 # MODULE_8BIT_IDE Support for 8-BIT IDE cards like XTIDE # 99 # MODULE_ JRIDE Support for JR-IDE/ISA#99 # MODULE_8BIT_IDE_ADVANCED Support for memory mapped and DMA based cards like JRIDE and XTCF # 100 100 # MODULE_ADVANCED_ATA Native support for some VLB IDE controllers # 101 101 # MODULE_BOOT_MENU Boot Menu for selection of drive to boot from # … … 116 116 # USE_386 Use instructions supported by 386 and later # 117 117 # USE_AT Use features supported on AT and later systems (not available on XT) # 118 # USE_UNDOC_INTEL Optimizations for Intel CPU:s - do NOT use on NEC V20/V30/Sony CPU:s # 118 119 # # 119 120 #################################################################################################### … … 128 129 ################################################################# 129 130 DEFINES_COMMON = MODULE_STRINGS_COMPRESSED MODULE_HOTKEYS MODULE_EBIOS MODULE_FEATURE_SETS RESERVE_DIAGNOSTIC_CYLINDER 130 DEFINES_COMMON_LARGE = MODULE_BOOT_MENU 131 132 DEFINES_XT = $(DEFINES_COMMON) ELIMINATE_CGA_SNOW MODULE_8BIT_IDE MODULE_ JRIDE MODULE_SERIAL MODULE_SERIAL_FLOPPY131 DEFINES_COMMON_LARGE = MODULE_BOOT_MENU MODULE_8BIT_IDE MODULE_8BIT_IDE_ADVANCED 132 133 DEFINES_XT = $(DEFINES_COMMON) ELIMINATE_CGA_SNOW MODULE_8BIT_IDE MODULE_SERIAL MODULE_SERIAL_FLOPPY 133 134 DEFINES_XTPLUS = $(DEFINES_COMMON) $(DEFINES_XT) USE_186 134 DEFINES_AT = $(DEFINES_COMMON) USE_AT USE_286 RELOCATE_INT13H_STACK MODULE_IRQ MODULE_SERIAL MODULE_SERIAL_FLOPPY MODULE_ADVANCED_ATA135 DEFINES_AT = $(DEFINES_COMMON) USE_AT USE_286 USE_UNDOC_INTEL RELOCATE_INT13H_STACK MODULE_IRQ MODULE_SERIAL MODULE_SERIAL_FLOPPY MODULE_ADVANCED_ATA 135 136 136 137 DEFINES_XT_LARGE = $(DEFINES_XT) $(DEFINES_COMMON_LARGE) … … 140 141 DEFINES_XT_TINY = MODULE_STRINGS_COMPRESSED MODULE_8BIT_IDE 141 142 DEFINES_386_8K = $(DEFINES_AT) USE_386 142 143 143 144 144 ################### … … 171 171 This module contains support for XTIDE rev 1 and 2 and Lo-tech XT-CF. 172 172 173 ====*MODULE_ JRIDE* _(requires and automatically includes MODULE_8BIT_IDE)_====174 This module contains support for JR-IDE/ISA .173 ====*MODULE_8BIT_IDE_ADVANCED* _(requires and automatically includes MODULE_8BIT_IDE)_==== 174 This module contains support for JR-IDE/ISA and more advanced modes for XT-CF. 175 175 176 176 ====*MODULE_ADVANCED_ATA*==== 177 177 Adds native support for VLB (and eventually PCI) IDE Controllers. At the moment there is support for QDI Vision QD6500 and QD6580 VLB IDE controllers. 178 178 179 ====*MODULE_BOOT_MENU* _(requires and automatically includes MODULE_HOTKEYS)_====180 Adds boot menu to be selected from Hotkeybar. Boot menu displays drive details and allows selecting drive more easily but essentially it has all the same features as MODULE_HOTKEYS. 179 ====*MODULE_BOOT_MENU*==== 180 Adds boot menu to be selected from Hotkeybar. Boot menu displays drive details and allows selecting drive more easily but essentially it has all the same features as MODULE_HOTKEYS. It can also be included without MODULE_HOTKEYS, in which case the menu is always entered during the boot process. 181 181 182 182 ====*MODULE_IRQ*====
Note:
See TracChangeset
for help on using the changeset viewer.