Changeset 308 in xtideuniversalbios
- Timestamp:
- Mar 11, 2012, 12:50:34 AM (13 years ago)
- google:author:
- gregli@hotmail.com
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
wiki/SerialDrives.wiki
r307 r308 25 25 == Getting Started == 26 26 27 1. Connect the two machines via the serial connection. 27 # * Connect the two machines via the serial connection. * 28 28 29 2. Open a command prompt, and run the SerDrive utility on the server.Arguments are described below. In its simplest form:29 # * Open a command prompt, and run the SerDrive utility on the server. * Arguments are described below. In its simplest form: 30 30 C:/> SerDrive MyImage.img 31 31 If you do not already have an image, you can obtain boot floppies of FreeDOS from. 32 32 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). 33 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, looking for a server.34 # * 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 35 36 36 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. … … 48 48 = SerDrive Command Line Arguments = 49 49 50 Usage: SerDrive [options] imagefile [[slave-options] slave-imagefile] 50 * Usage: SerDrive [options] imagefile [[slave-options] slave-imagefile] * 51 51 52 == -g [cyl:head:sect] == 52 * -g [cyl:head:sect] * 53 53 54 Geometry in cylinders, sectors per cylinder, and heads. -g also implies CHS addressing mode (default is LBA28). 54 55 55 == -n [megabytes] == 56 * -n [megabytes] * 57 56 58 Create 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. 57 59 58 == -p [pipename] == 60 * -p [pipename] * 61 59 62 Named Pipe mode for emulators. Pipe name must begin with "\\", default is "\\.\pipe\xtide". 60 63 61 == -c COMPortNumber == 64 *-c COMPortNumber * 65 62 66 COM Port to use (default is first found). The usage message will also list the available COM ports on this system. 63 67 64 == -b BaudRate == 68 * -b BaudRate * 69 65 70 Baud 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: 66 71 … … 72 77 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) 73 78 74 == -t == 79 * -t * 80 75 81 Disable timeout, useful for long delays when debugging. 76 82 77 == -r == 83 * -r * 84 78 85 Treat the disk as a Read Only disk, SerDrive will not allow writes. 79 86 80 == -v [level] == 87 * -v [level] * 88 81 89 Reporting 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. 82 90 83 == Image File == 91 * ImageFile * 92 84 93 Finally, the image file name appears. Up to two image files can be used, each with their own settings for many of the switches above. 85 94
Note:
See TracChangeset
for help on using the changeset viewer.