source: xtideuniversalbios/wiki/SerialDrives.wiki @ 319

Last change on this file since 319 was 319, checked in by gregli@…, 12 years ago

Updates to serial drive documentation.

File size: 12.7 KB
Line 
1#summary Instructions for emulating Serial Drives with the XTIDE Universal BIOS
2*Table of Contents*
3<wiki:toc max_depth="3" />
4----
5= Introduction =
6
7With 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
9== System Requirements ==
10
11To use this feature, you will need:
12   
13  * Client PC
14    * Standard or High Speed COM Port
15    * XTIDE Universal BIOS option ROM installed
16
17  * Server PC
18    * Standard or High Speed COM Port (USB add-ons serial ports work great)
19    * Windows XP or later (In the future, support for additional platforms may be added)
20    * Flat Disk Images of floppy disks or hard disks
21    * Command line utility, SerDrive, included with the XTIDE Universal BIOS distribution
22
23  * [http://en.wikipedia.org/wiki/Null_modem Null Modem cable] between the two machines
24
25== Getting Started ==
26
27* 1. Connect the two machines via the serial connection. *
28
29* 2. Open a command prompt, and run the SerDrive utility on the server. *  Arguments are described below.  In its simplest form:
30    {{{ C:/> SerDrive MyImage.img }}}
31If you do not already have an image, you can obtain boot floppies of FreeDOS from.
32SerDrive 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).
33
34* 3. 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 on COM Detect". *  The BIOS will now scan the available COM ports on the client (COM 1-7), looking for a server.
35
36If 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.
37
38SerDrive is stateless, and flushes writes to the image files immediately.  You can start and stop the server at will, although this is not recommended.   If the server is stopped and a disk access is attempted by the client, that request will result in an error on the client.  Also, changing the image file without also rebooting the client may result in unexpected behavior and possible data loss.
39
40= Performance =
41
42Really, emulating a disk drive over a serial link?  That has to be pretty slow, right?
43
44It depends.  Using high speed UARTs at a speed of 460K, performance is on par with floppy disk drives of the vintage era, without any of the seek time or interleave factors to slow it down (we're assuming the server PC is very fast and is caching heavily used sectors in memory).  With this level of throughput, serial drives are slower than a vintage hard disk, but not by much, and the system is completely usable.
45
46Using slow speed UARTs, at a speed of 38.4K, which is commonly the top speed for vintage serial ports, the serial drives are quite slow.  However, if this is used infrequently, say when it is needed to bootstrap an OS in order to format a locally attached hard disk, the delay can be worth it, and less hassle than finding a working floppy disk drive and floppy disk with the required image.
47
48Here's how various drives compare:
49
50|| || *5.25" DSDD Floppy* || *3.5" HD Floppy* || *Original IBM PC XT Hard Disk* || *38.4K Baud Serial Drive* || *460K Baud Serial Drive* ||
51|| Theoretical Max, Bytes per Second || 31K  || 62K || 87K || 3.8K || 46K ||
52|| Observed Speed, Bytes per Second || || || || 3.7K || 42K Read, 37K Write ||
53|| Time to Boot MS-DOS 3.3, Seconds || || || || || ||
54
55Note that at high speed, write performance for serial drives is slightly worse than read performance - the BIOS code is optimized for read performance.
56
57To help measure performance, SerDrive's "-v" switch with a value of 1 or higher will also display performance measurements for transfers of more than 100 sectors at a time.
58
59Performance number Notes:
60  * Serial drive theoretical max taken by dividing bit rate by 10, allowing for start and stop bits.  Wikibooks has a discussion of [http://en.wikibooks.org/wiki/Serial_Programming:RS-232_Connections#Data_Transmission_Rates Data Transmission Rates] based on RS-232 serial communications overhead, in the Wikibook _[http://en.wikibooks.org/wiki/Serial_Programming:RS-232_Connection Serial Programming/RS-232 Connections]_.
61  * Floppy disk characteristics from Scott Mueller's _[http://books.google.com/books?id=E1p2FDL7P5QC&pg=PA649 Upgrading and Repairing PCs]_, Page 649.
62  * IBM PC XT Hard Disk performance as calculated based on maximum throughput and sector interleave by Steve Gibson in [http://books.google.com/books?id=CD8EAAAAMBAJ&pg=PA36 "The Ways and Means of Faster Data Throughput"], _InfoWorld_, March 7, 1988, Page 36.
63
64
65= Configuring with XTIDECFG =
66
67Holding 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].
68
69Note 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.
70
71= SerDrive Command Line Arguments =
72
73* {{{ Usage: SerDrive [options] imagefile [[slave-options] slave-imagefile] }}} *
74
75* _Specify Disk Geometry:_ -g [cyl:head:sect] *
76
77Geometry in cylinders, sectors per cylinder, and heads.  -g also implies CHS addressing mode (default is LBA28).
78
79* _Create New Disk Image:_ -n [megabytes] *
80
81Create new disk with given size or use -g geometry.  Maximum size is 137438 MB (the LBA28 size limit).  Floppy images can also be created, such as "360K".  Default disk size is 32 MB disk, with a CHS geometry 65:16:63.
82
83* _Emulator Pipe Mode:_ -p [pipename] *
84
85Named Pipe mode for emulators.  Pipe name must begin with "\\", default is "\\.\pipe\xtide".
86
87* _Specify COM Port:_ -c COMPortNumber *
88
89COM Port to use (default is first found).  The usage message will also list the available COM ports on this system.
90
91* _Specify Baud Rate:_ -b BaudRate *
92
93Baud rate to use on the COM port.  If the client machine has a hardware rate multipler (for high speed operation), then that will impact this setting:
94
95|| *Rate Multiplier* || *Available Baud Rates for SerDrive* ||
96|| None ||  2400,  4800,  9600,  28.8K,  57.6K, 115.2K ||
97|| 2x || 4800,  9600, 19200,  57.6K, 115.2K, 230.4K ||
98|| 4x || 9600, 19200, 38400, 115.2K, 230.4K, 460.8K ||
99
100And 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).
101
102Note 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.
103
104* _Disable Operation Timeout:_ -t *
105
106Disable timeout, useful for long delays when debugging.
107
108* _Read Only Disk:_ -r *
109
110Treat the disk as a Read Only disk, SerDrive will not allow writes.
111
112* _Verbose:_ -v [level] *
113
114Reporting level 1-6, with increasing information as the number increases.  This switch can be very useful for seeing the secot-by-secotr traffic between the PC and the hard disk.
115
116The "-v" switch with a value of 1 or higher will also display performance measurements for block transfers of more than 100 sectors.
117
118* _ImageFiles:_ ImageFileName *
119
120Finally, the image file name appears. Up to two image files can be used, each with their own settings for many of the switches above.
121
122Floppy images may also be used.  Image size must be exactly the same size
123as a 2.88MB, 1.44MB, 1.2MB, 720KB, 360KB, 320KB, 180KB, or 160KB disk.
124Floppy images must be the last disks discovered by the BIOS, and only
125two floppy drives are supported by the BIOS at a time.
126
127= High Speed Operation =
128
129Normal COM ports top out their speed somewhere between the reliable 9600 baud and the unreliable theoretical maximum of 115.2K baud.  This includes COM ports that are included on the motherboard of even modern PCs.  COM ports with FIFOs can usually achieve the 115.2K speed.  In addition, High Speed COM ports were introduced with a clock multiplier, resulting in top speeds of 230.4K and 460.8K.  Many USB COM ports on the market can achieve 500K or higher speeds.
130
131The BIOS supports speeds up to 460.8K baud.  To achieve this speed, you will need:
132
133  * COM port on the client machine capable of high speed operation.  Believe it or not, one can still buy new ISA High Speed COM ports that accomplish this, that can even be used in old 8-bit machines.  You are looking for serial cards with an "16550" (or better) UART chip, which includes a FIFO, and the ability to set a hardware rate multiplier, typically this is jumpers for 1x, 2x, and 4x.  Serial cards that have been tested:
134     * [http://www.vintage-computer.com/vcforum/showwiki.php?title=XTIDE+Rev2 XTIDE rev2] has a high speed COM port installed for this purpose.
135     * [http://www.startech.com/Cards-Adapters/Serial-Cards-Adapters/2-Port-16550-Serial-ISA-Card~ISA2S550 StarTech ISA2S550]
136     * [http://www.siig.com/i-o-expander-4s.html Siig JJ-A40012]
137  The speed of the client PC should not be an issue. High speed operation has been succesfully used even on an original equipment IBM PC 5150.
138
139  * COM port on the server machine capable of high speed operation.  Most motherboard based COM ports can NOT attain high speed.  However, most USB COM ports can attain high speed, check the product documentation if it states "Data Transfer Rate: 500kbps" or similar.  USB serial ports that have been tested with the BIOS:
140     * [http://www.trendnet.com/products/proddetail.asp?prod=265_TU-S9&cat=32 TRENDNet TU-S9]
141     * [http://www.iogear.com/product/GUC232A/ IOGear GUC232A], although beware that the specs only list up to 230Kbps, in limited practice it has worked up to 460K.
142
143Care must be taken when configuring the serial connection - the clock multiplier is not detectable by the client PC.  With a 4x clock multiplier, the client PC should be set to 115.2K baud, while the matching server needs to be set to 460.8K baud.
144
145Note 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.
146
147= Disk Image Format =
148
149Disk image files, at this time, are flat hard disk images.  Sectors are laid out on disk, starting with sector 0, and proceeding in LBA order (literally 512-byte sector 0, then 1, then 2, etc.).  No meta-data about the size of the disk or disk geometry is stored in the file. Alo no compression of unused sectors is done.  SerDrive's "-n" switch can be used to create images of the proper size, with all sectors initialized to zeros.
150
151In the future, support for additional disk image formats may be added.
152
153== Disk Image Utilities ==
154
155[http://www.winimage.com/winimage.htm WinImage] is a good tool that can manipulate image files - it can view, inject, and extract files from a file system stored on the image.   
156
157Other possible tools include [http://hp.vector.co.jp/authors/VA013937/editdisk/index_e.html DiskExplorer] and GNU has a set of tools called [http://www.gnu.org/software/mtools Mtools], although I have not seen a good port of those to Win32.
158
159== Emulators ==
160
161Floppy and hard disk image files can be shared between the XTIDE Universal BIOS and other emulators, such as [http://bochs.sourceforge.net Bochs].  One nice feature of this is that bootable images can be created and tested in an emulated enivornment, copmlete with multiple floppy and CD-ROM drives, and then the resulting image can be used with physical hardware through the BIOS.
162
163Bochs was heavily used in the development of the serial code, as its debugger offers control over the emulated system that is hard to accomplish on actual hardware.  You can run the XTIDE Universal BIOS in Bochs as an installed option ROM, and interface with Bochs' emulate IDE hard disks and serial ports.  To support serial ports, SerDrive's "-p" switch can be used to run over a Win32 named pipe instead of a physical COM port, and Bochs can be set to emulate a COM port over a named pipe.  In addition, it can be set to emulate a specific baud rate from the client (Bochs), using the standard "-b" switch.  The "-t" switch is useful to prevent the server from timing out on operations, if a breakpoint is hit in the BIOS code.
164
Note: See TracBrowser for help on using the repository browser.