Changeset 494 in xtideuniversalbios for wiki/BuildInstructions.wiki


Ignore:
Timestamp:
Dec 21, 2012, 9:06:55 AM (11 years ago)
Author:
gregli@…
google:author:
gregli@hotmail.com
Message:

Updating docs.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • wiki/BuildInstructions.wiki

    r450 r494  
    9797# Following modules can be included or excluded:                                                   #
    9898# 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    #
    100100# MODULE_ADVANCED_ATA         Native support for some VLB IDE controllers                          #
    101101# MODULE_BOOT_MENU            Boot Menu for selection of drive to boot from                        #
     
    116116# USE_386                     Use instructions supported by 386 and later                          #
    117117# 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 #
    118119#                                                                                                  #
    119120####################################################################################################
     
    128129#################################################################
    129130DEFINES_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_FLOPPY
     131DEFINES_COMMON_LARGE = MODULE_BOOT_MENU MODULE_8BIT_IDE MODULE_8BIT_IDE_ADVANCED
     132
     133DEFINES_XT = $(DEFINES_COMMON) ELIMINATE_CGA_SNOW MODULE_8BIT_IDE MODULE_SERIAL MODULE_SERIAL_FLOPPY
    133134DEFINES_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_ATA
     135DEFINES_AT = $(DEFINES_COMMON) USE_AT USE_286 USE_UNDOC_INTEL RELOCATE_INT13H_STACK MODULE_IRQ MODULE_SERIAL MODULE_SERIAL_FLOPPY MODULE_ADVANCED_ATA
    135136
    136137DEFINES_XT_LARGE = $(DEFINES_XT) $(DEFINES_COMMON_LARGE)
     
    140141DEFINES_XT_TINY = MODULE_STRINGS_COMPRESSED MODULE_8BIT_IDE
    141142DEFINES_386_8K = $(DEFINES_AT) USE_386
    142 
    143143
    144144###################
     
    171171This module contains support for XTIDE rev 1 and 2 and Lo-tech XT-CF.
    172172
    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)_====
     174This module contains support for JR-IDE/ISA and more advanced modes for XT-CF.
    175175
    176176====*MODULE_ADVANCED_ATA*====
    177177Adds native support for VLB (and eventually PCI) IDE Controllers. At the moment there is support for QDI Vision QD6500 and QD6580 VLB IDE controllers.
    178178
    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*====
     180Adds 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.
    181181
    182182====*MODULE_IRQ*====
Note: See TracChangeset for help on using the changeset viewer.