Changeset 315 in xtideuniversalbios
- Timestamp:
- Mar 11, 2012, 1:30:31 AM (13 years ago)
- google:author:
- gregli@hotmail.com
- Location:
- wiki
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
wiki/Manual_v2_0_0.wiki
r314 r315 125 125 In some systems number of floppy drives cannot be properly auto detected. This settings allows you to specify it manually so all drives can be displayed on boot menu. 126 126 * Scan for Serial Devices [default=No] 127 When enabled, the BIOS will scan COM1-7 for a Serial Drive server at the end of standard drive detection. Even without this option enabled, holding down the ALT key at the end of drive detection will do the same thing (useful for bootstrapping scenarios). The BIOS will display "Serial Master on COM Detect:" while it is scanning. See the [SerialDrives .wikiSerial Drive] documentation for more information.127 When enabled, the BIOS will scan COM1-7 for a Serial Drive server at the end of standard drive detection. Even without this option enabled, holding down the ALT key at the end of drive detection will do the same thing (useful for bootstrapping scenarios). The BIOS will display "Serial Master on COM Detect:" while it is scanning. See the [SerialDrives Serial Drive] documentation for more information. 128 128 * Boot Menu [default=Yes] 129 129 You can disable boot menu if you don't like it for some reason. Normal Drive A, then C, then INT 18h (ROM Basic, ROM DOS or boot error) boot order is used when boot menu is disabled. … … 143 143 Opens submenu for Master/Slave Drive specific settings for this IDE Controller. 144 144 * Device Type [default=XTIDE for XT builds, 16-bit for AT builds] 145 Type of device. 16-bit will support all standard IDE controllers, including VLB controllers. 32-bit will use 32-bit transfers on VLB controllers but those controllers usually require native support for full speed. Other devices include XTIDE rev1 (and rev2 slow mode), XTIDE mod with swapped A0 and A3 address lines (XTIDE rev2 fast mode), JR-IDE/ISA (IDE_JR8K.BIN and 15 kiB builds only) and [SerialDrives .wikisupport for virtual devices through serial port]. Note that a serial port controller must be the last configured IDE controller. Xtidecfg will move any serial ports to the end of the list if this is not already done. This is done so that serial floppy disks, if any are present, will be last on the list of drives detected.145 Type of device. 16-bit will support all standard IDE controllers, including VLB controllers. 32-bit will use 32-bit transfers on VLB controllers but those controllers usually require native support for full speed. Other devices include XTIDE rev1 (and rev2 slow mode), XTIDE mod with swapped A0 and A3 address lines (XTIDE rev2 fast mode), JR-IDE/ISA (IDE_JR8K.BIN and 15 kiB builds only) and [SerialDrives support for virtual devices through serial port]. Note that a serial port controller must be the last configured IDE controller. Xtidecfg will move any serial ports to the end of the list if this is not already done. This is done so that serial floppy disks, if any are present, will be last on the list of drives detected. 146 146 * Base (cmd block) address [default=300h for XT builds, 1F0h for AT builds (Primary IDE)] 147 147 Command block (base port) address where the IDE Controller is located. JR-IDE/ISA does not use this setting. -
wiki/SerialDrives.wiki
r312 r315 42 42 = Configuring with XTIDECFG = 43 43 44 Holding down the Alt key is a bootstrapping feature, which is always available. In addition, xtidecfg can be used to configure the BIOS to always look on a particular COM port for a server, or to automatically scan on each boot (as if the Alt key had been pressed). See the [Manual_V2_0_0 .wikiXTIDE V2.0.0 documentaiton for more details].44 Holding down the Alt key is a bootstrapping feature, which is always available. In addition, xtidecfg can be used to configure the BIOS to always look on a particular COM port for a server, or to automatically scan on each boot (as if the Alt key had been pressed). See the [Manual_V2_0_0 XTIDE V2.0.0 documentaiton for more details]. 45 45 46 46 Note that a serial port controller must be the last configured IDE controller. Xtidecfg will move any serial ports to the end of the list if this is not already done. This is done so that serial floppy disks, if any are present, will be last on the list of drives detected.
Note:
See TracChangeset
for help on using the changeset viewer.