Changeset 372 in xtideuniversalbios for wiki/SerialDrives.wiki
- Timestamp:
- Apr 5, 2012, 7:47:48 AM (13 years ago)
- google:author:
- gregli@hotmail.com
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
wiki/SerialDrives.wiki
r333 r372 5 5 = Introduction = 6 6 7 With version 2, the XTIDE Universal BIOS can emulate floppy and hard disks over a serial connection. By doing so, aging hardware can be bootstrapped from a floppy image, or even run without a physical hard disk. No special hardware is required, the BIOS can work with any standard COM port that is installed on the machine. And with high speed COM ports, performance can approach the performance of vintage hard disks.7 Stating with version 2, the XTIDE Universal BIOS can emulate floppy and hard disks over a serial connection. By doing so, aging hardware can be bootstrapped from a floppy image, or even run without a physical hard disk. No special hardware is required, the BIOS can work with any standard COM port that is installed on the machine. And with high speed COM ports, performance can approach the performance of vintage hard disks. 8 8 9 9 == System Requirements == … … 33 33 Open a command prompt, and run the SerDrive utility on the server. Switches are described below. In its simplest form: 34 34 {{{ C:\> SerDrive ImageFile.img }}} 35 If you do not already have an image, you can obtain boot floppies of FreeDOS at [http://www.fdos.org/bootdisks/ www.fdos.org] and possibly at the FreeDOS home page at [http://www.freedos.org www.freedos.org] (although they tend to distribute FreeDOS as a CD-ROM image). 35 If you do not already have an image, you can obtain boot floppies of FreeDOS at [http://www.fdos.org/bootdisks/ www.fdos.org] and possibly at the FreeDOS home page at [http://www.freedos.org www.freedos.org] (although they tend to distribute FreeDOS as a CD-ROM image). Be sure to use a newer version of FreeDOS Format, we have seen issues with version 0.90, that 0.91v corrected, and newer versions also have a debug switch for diagnosing problems. 36 36 SerDrive will use the first available COM port by default, at a speed of 9600 baud (which is reliable, but relatively slow, you will likely want to increase this for continued use). 37 37 38 38 === 3. Boot the Client === 39 39 40 Boot the client computer. * During drive detection, hold down the Alt key, and at the end of drive detection, the BIOS will display " Serial Master onCOM 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).40 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 41 42 42 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.
Note:
See TracChangeset
for help on using the changeset viewer.