Changeset 494 in xtideuniversalbios
- Timestamp:
- Dec 21, 2012, 9:06:55 AM (12 years ago)
- google:author:
- gregli@hotmail.com
- Location:
- wiki
- Files:
-
- 3 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*==== -
wiki/Manual_v2_0_0.wiki
r469 r494 211 211 F2 displays boot menu (available only if MODULE_BOOT_MENU is available). 212 212 213 F6 will search for virtual serial drives on COM ports 1-7 at the end of standard drive detection (available only if MODULE_SERIAL is available). 214 213 215 F8 calls software interrupt 18h. This starts IBM ROM Basic, ROM DOS or displays an error message from the motherboard BIOS when there is no ROM to boot from. 214 216 … … 222 224 223 225 Using the boot menu is optional and it is not included in official 8 kiB builds. Boot menu does not offer any more functionality than hotkeys except to display drive information. Drive can be selected with Up and Down arrows. Home, End, PgUp and PgDn keys can speed up selection if there are many drives in the boot menu. Press Enter to boot from selected drive. 224 225 226 == Boot menu hotkeys ==227 228 All hotkeys from Hotkeybar are available when Boot Menu is displayed.229 230 226 231 227 == Boot menu drive information == -
wiki/SerialDrives.wiki
r456 r494 39 39 === 3. Boot the Client === 40 40 41 Boot the client computer. * During drive detection, hold down the Alt key, and at the end of drive detection, the BIOS will display "Master at COM Detect". * The BIOS will now scan the available COM ports on the client (COM 1-7), looking for a server. You can also configure the BIOS with XTIDECFG to always boot from the serial port (see below).41 Boot the client computer. * During drive detection, hold down the Alt key, and at the end of drive detection, the BIOS will display "Master at COM Detect". * The BIOS will now scan the available COM ports on the client (COM 1-7), looking for a server. If Hotkeys are enabled (MODULE_HOTKEYS), pressing F6 will do the same thing. And you can also configure the BIOS with XTIDECFG to always boot from the serial port (see below). 42 42 43 43 If a server is found, the floppy and/or hard disk emulated will appear in the boot menu for the BIOS. You can now proceed as normal. … … 109 109 || 2x || 4800, 9600, 19200, 57.6K, 115.2K, 230.4K || 110 110 || 4x || 9600, 19200, 38400, 115.2K, 230.4K, 460.8K || 111 || 8x || 19200, 38400, 115.2K, 230.4K, 460.8K, 921.6K || 111 112 112 113 And for completeness, 76.8K and 153.6K can also be set. The default baud rate is 9600 (115.2K when used in named pipe mode). 113 114 114 115 Note that in Windows' Device Manager, a high speed COM port may still show that it's maximum speed is 128K baud. Do not be alarmed, this setting has no impact on what SerDrive does with the Windows API, where the higher speeds are available. No manual setup of the serial port is required before SerDrive runs. 116 117 Theoretically, and this is why the server supports it, 921.6K should be possible with a fast enough card and an 8x multiplier, hosted in a computer that can operate at least twice as fast as a 4.77Mhz 8088 machine. I have only tested up to 460.8K with actual hardware. 115 118 116 119 * _Disable Operation Timeout:_ {{{-t}}} * … … 157 160 Note that in Windows' Device Manager, a high speed COM port may still show that it's maximum speed is 128K baud. Do not be alarmed, this setting has no impact on what SerDrive does with the Windows API, where the higher speeds are available. No manual setup of the serial port is required before SerDrive runs. 158 161 162 Theoretically, 921.6K should be possible with a fast enough card and an 8x multiplier, hosted in a computer that can operate at least twice as fast as a 4.77Mhz 8088 machine. I have only tested up to 460.8K with actual hardware, and ISA hardware with an 8x multiplier is hard to find. 163 159 164 = Disk Image Format = 160 165
Note:
See TracChangeset
for help on using the changeset viewer.