Changeset 494 in xtideuniversalbios for wiki/SerialDrives.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/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.