source: xtideuniversalbios/wiki/Manual_v2_0_0.wiki @ 372

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

Updating wiki pages, adding license link.

File size: 25.9 KB
Line 
1#summary Instructions for XTIDE Universal BIOS v2.0.0
2*Table of Contents*
3<wiki:toc max_depth="3" />
4----
5
6= Introduction =
7
8XTIDE Universal BIOS makes it possible to use modern large ATA hard disks or Compact Flash cards on old PC's. You can then enjoy quiet or noiseless drives with more capacity than you'll ever need for old computers.
9
10XTIDE Universal BIOS can be used on any IBM PC, XT, AT or 100% compatible system. On AT systems you can use any 16-bit ISA or VLB IDE or Multi I/O controller. For XT systems you can use XTIDE rev1 (not available anymore), [http://www.vintage-computer.com/vcforum/showwiki.php?title=XTIDE+Rev2 XTIDE rev2] or [http://www.retrotronics.org/tiki/tiki-index.php JR-IDE/ISA].
11
12== License ==
13
14XTIDE Universal BIOS and associated tools are Copyright (C) 2009-2010 by Tomi Tilli, 2011-2012 by XTIDE Universal BIOS Team.
15
16This program is free software; you can redistribute it and/or modify
17it under the terms of the GNU General Public License as published by
18the Free Software Foundation; either version 2 of the License, or
19(at your option) any later version.
20
21This program is distributed in the hope that it will be useful,
22but WITHOUT ANY WARRANTY; without even the implied warranty of
23MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
24[License GNU General Public License] for more details.
25
26
27== Features ==
28
29Some of the features included in XTIDE Universal BIOS are...
30  * Supports up to 4 IDE controllers
31  * Support for virtual drives via serial port, [SerialDrives more information]
32  * Supports drives with any capacity (MS-DOS 7.x or FreeDOS is required to access more than 8.4 GB)
33  * PIO transfers with block mode support
34  * Hard disk autodetection
35  * Autodetected capacity, both CHS and LBA, can be overridden to make drive appear smaller than it actually is
36  * Boot menu for selecting any floppy drive or hard disk to boot from, including hard disks that are not handled by XTIDE Universal BIOS
37  * Compact Flash and Microdrive support
38  * Support for most 8-, 16-, and 32-bit IDE controllers
39...and many more.
40
41
42== Different builds ==
43
44There are currently several different builds included in the XTIDE Universal BIOS zip file. 15 kiB builds (xxxL.BIN) includes support for JR-IDE/ISA but are otherwise the same as 8 kiB builds.
45  * IDE_XT.BIN, IDE_JR8K.BIN and IDE_XTL.BIN (XT build)
46   XT build uses only instructions supported by the 8086/8088 CPUs making it the only build that can be used on any PC, including the original IBM PC model 5150. IDE_JR8K.BIN has JR-IDE/ISA support but serial port features are excluded to keep the size below 8 kiB.
47  * IDE_XTP.BIN and IDE_XTPL.BIN (XT+ build)
48   XT+ build has the same features as the XT build but XT+ build uses instructions introduced in 80186/80188. Those instructions are supported by all later x86 CPUs, including NEC V20/V30. 8-bit transfer rates will be better thanks to INS and OUTS instructions.
49  * IDE_AT.BIN and IDE_ATL.BIN (AT build)
50   AT build is meant for all AT class machines (16-bit or 32-bit bus). AT build supports OS hooks to allow the operating system to do some processing while the drive seeks the requested data (if interrupts are enabled).
51
52All XT builds (including XT+) can be used on AT systems but XT builds have a few differences that make them better suited for XT systems:
53  * XT builds prevent CGA snow on boot menu but this slows down drawing the menu.
54  * XT builds use a much simpler method for detecting if an INT 40h Floppy Drive handler is installed.
55  * Jump targets are not aligned on XT builds.
56  * XT builds have different default settings (see below).
57
58XT builds are preconfigured for XTIDE rev1 at port 300h and IDE_JR8K.BIN is preconfigured for JR-IDE/ISA. AT builds are configured to search standard Primary and Secondary IDE drives, XTIDE rev1 at port 300h and 4th stardard IDE controller at port 168h (found on many sound cards). Interrupts are disabled by default on all builds.
59
60----
61= Installing XTIDE Universal BIOS =
62
63== Important if you are upgrading from XTIDE Universal BIOS v1.x.x. ==
64
65The new v2.0.0 version, like most other BIOSes, adheres to the Phoenix Enhanced Disk Drive Specification. The older v1.x.x versions do NOT - they have a bug in that they may generate different L-CHS parameters for LBA drives. If you move a drive handled by a v1.x.x BIOS to another system or upgrade to v2.x.x you risk data corruption if different L-CHS parameters are used.
66
67IMPORTANT! This means that, after upgrading to XTIDE Universal BIOS v2.x.x, you need to re-create and format any partitions on drives handled by this BIOS.
68
69
70== Hardware supporting XTIDE Universal BIOS ROM ==
71
72The most convenient way to use XTIDE Universal BIOS is to use an [http://www.vintage-computer.com/vcforum/showwiki.php?title=XTIDE+Rev2 XTIDE card]. It can be used on any PC with a free 8-bit ISA slot. You might not want to connect any drives to it in 16- or 32-bit systems since 8-bit transfers will be very slow. Using the XTIDE card allows EEPROM flashing so it is really easy to update XTIDE Universal BIOS.
73
74Another option is to use any card with a free ROM socket for 8 kiB or larger ROMs. Official XTIDE builds are meant for 8 kiB and 16 kiB ROMs but you can burn it on a larger ROM if you append enough zeroes to the end (only append zeroes so checksum does not change). Many network cards have unused ROM sockets and there are also a few multi I/O cards and IDE controllers with ROM sockets. These cards remains fully usable even if you place a ROM with XTIDE Universal BIOS on them.
75
76You don't need an EPROM/EEPROM programmer if you already have an XTIDE card. The XTIDE card can be used to flash additional EEPROMs (8 kiB 2864) that can then be moved to EPROM (8 kiB 2764) sockets.
77
78
79== Configuring and flashing ==
80
81The XTIDE Universal BIOS comes with a DOS utility called XTIDECFG.COM. It's primary purpose is to configure and flash the XTIDE Universal BIOS but it can also be used as a generic EEPROM flasher supporting EEPROM sizes up to 32 kiB. XTIDECFG.COM also allows saving changes to XTIDE Universal BIOS images for later programming with other devices or programming software.
82
83
84== Other things to know ==
85
86CTRL can be held down to skip XTIDE Universal BIOS initialization. Press CTRL when the POST OK beep is heard or just before the memory test has completed.
87
88----
89= Using XTIDECFG.COM (XTIDE Universal BIOS configuration and flashing program) =
90
91XTIDECFG.COM is intended to be user friendly. At the bottom of the screen appears quick information for each menu item. Pressing F1 displays more detailed help for menu items (some menu items do not have detailed help available). Up, Down, PgUp, PgDn, Home and End keys are used for menu navigation. Enter selects the highlighted menu item and Esc returns to the previous menu.
92
93Some menu items appear only when needed to make configuring easier.
94
95
96== Menu items on "Main Menu" ==
97  * Exit to DOS
98   Exits to DOS. If you have made configuration changes, then a dialog will be displayed asking if you want to save them. You can also exit to DOS by pressing Esc at the main menu.
99  * Load BIOS from file
100   Loads any (not just XTIDE Universal BIOS) file to be flashed.
101  * Load BIOS from EEPROM
102   Loads XTIDE Universal BIOS from EEPROM to be reconfigured if a supported version of the BIOS is found in the system.
103  * Load old settings from EEPROM
104   Loads current settings from EEPROM if a supported version of the XTIDE Universal BIOS is found in the system.
105  * Configure XTIDE Universal BIOS
106   This is for configuring the XTIDE Universal BIOS. This menu item appears only when a supported version of the BIOS is loaded.
107  * Flash EEPROM
108   This menu item appears when a file has been loaded.
109
110== Menu items on "Flash EEPROM" submenu ==
111  * Start flashing
112  * EEPROM type [default=2864]
113   Selects EEPROM type. XTIDE rev1 uses 2864 (8 kiB) EEPROM. Select 2864mod if you have done the A0-A3 address line swap mod (aka the Chuck(G) mod) to your XTIDE card.
114  * SDP command [default=Enable]
115   Selects Software Data Protect command to be written before every page. You should set it to Enable if the EEPROM supports SDP.
116  * Page size [default=1]
117   Larger page sizes makes flashing faster. You'll probably want to select the largest that your EEPROM supports. Slow XT systems might not be fast enough for large page sizes.
118  * EEPROM address [default=D000h]
119   Segment address where the EEPROM is located. Supported versions of XTIDE Universal BIOS will be detected automatically.
120  * Generate checksum byte [default=Yes]
121   This option will generate a checksum byte at the end of the EEPROM. You'll want to enable this if you have done any changes to the XTIDE Universal BIOS settings.
122
123== Menu items on "Configure XTIDE Universal BIOS" submenu ==
124  * Back to Main Menu
125  * Primary IDE Controller
126  * Secondary IDE Controller
127  * Tertiary IDE Controller
128  * Quaternary IDE Controller
129   Each "xxx IDE Controller" submenu displays IDE controller specific settings. "IDE controllers" menu item specifies the visible "xxx IDE Controller" submenus.
130  * Boot settings
131   Opens submenu for boot related settings such as should boot menu be enabled etc.
132  * Full operating mode [default=No for XT builds, Yes for AT builds]
133   "Full operating mode" reserves a bit of Conventional memory for XTIDE Universal BIOS variables. Disabling this will reduce the maximum number of supported IDE controllers to 2 and place the variables in a memory area reserved for IBM ROM Basic (30:0h). You should always enable this option unless:
134    # You don't need to use IBM ROM Basic or any BIOS or software that requires that memory area.
135    # You have a Tandy 1000 with 640k or less RAM (see "kiB to steal from RAM" for a way around this problem).
136    # You really need the 1k of Conventional memory that "Full operating mode" requires.
137  * kiB to steal from RAM [default=1]
138   This menu item will appear only when "Full operating mode" is enabled. Leave it at the default unless you need to enable "Full operating mode" on Tandy 1000 models with 640k or less RAM. Setting this to 33 (almost always enough) or 65 (always enough) will reserve the top of RAM to Tandy video circuitry in addition to the XTIDE Universal BIOS variables thus avoiding a conflict between the two.
139  * IDE controllers
140   Number of IDE controllers to be searched by XTIDE Universal BIOS. The maximum is 4 if "Full operating mode" is enabled. Otherwise the maximum is 2.
141
142=== Menu items on "Boot settings" submenu ===
143  * Display Mode [default=Default]
144   This setting allows you to force a display mode change before the boot menu is displayed. This setting will work even if the boot menu has been disabled and will leave the specified display mode set when booting to the OS. Forcing the display mode can be handy if you have a composite monitor (use 40 column modes for better readability) or a black&white VGA monitor (use 80 column black&white mode for better readability).
145  * Number of Floppy Drives [default=Auto]
146   In some systems the number of floppy drives cannot be reliably autodetected. This setting allows you to specify it manually so all drives can be displayed on the boot menu.
147  * Scan for Serial Devices [default=No]
148   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 accomplish 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.
149  * Boot Menu [default=Yes]
150   You can disable the 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 the boot menu is disabled.
151  * Default boot drive [default=80h]
152   Specifies what drive is highlighted on boot menu by default. The default of 80h means the first hard drive in the system.
153  * Selection timeout [default=540]
154   Specifies the duration in timer ticks before the default boot drive is automatically selected. 1 tick = 54.9 ms so the default of 540 is about 30 seconds.
155  * Swap boot drive numbers [default=yes]
156   MS-DOS and old operating systems can only boot from first floppy or hard disk drive. Swapping boot drive numbers allows booting from all drives in the system.
157
158
159=== Menu items on "xxx IDE Controller" submenus ===
160  * Back to Configuration Menu
161   Moves back to "Configure XTIDE Universal BIOS" submenu.
162  * Master Drive
163  * Slave Drive
164   Opens submenu for Master/Slave Drive specific settings for this IDE Controller.
165  * Device Type [default=XTIDE for XT builds, 16-bit for AT builds]
166   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 automatically move any serial ports to the end of the list if needed. This is done so that serial floppy disks, if any are present, will be last on the list of drives detected.
167  * Base (cmd block) address [default=300h for XT builds, 1F0h for AT builds (Primary IDE)]
168   Command block (base port) address where the IDE Controller is located. JR-IDE/ISA does not use this setting.
169  * Control block address [default=308h for XT builds, 3F0h for AT builds (Primary IDE)]
170   Set to base port + 8h for XTIDE rev1 and rev2. Set to base port + 200h for standard IDE controllers. JR-IDE/ISA does not use this setting.
171  * Enable interrupt [default=no]
172   Enables interrupt but it does not offer any benefit for MS-DOS. Do not enable unless you know you need it.
173  * IRQ [default=14 for Primary IDE, 15 for Secondary IDE]
174   IRQ channel to use for IDE controllers.
175  * COM Port [default=COM1]
176  * Baud Rate [default=9600]
177
178=== Menu items for "Master/Slave Drive" submenus ===
179  * Back to IDE Controller Menu
180  * Block Mode Transfers [default=Yes]
181   Block Mode Transfers will speed up the transfer rates. This should be left enabled but there is at least one old hard drive with buggy block mode support when interrupts are enabled (Quantum, maybe 100MB).
182  * Internal Write Cache [default=Disabled]
183   This should be left disabled unless you know what you are doing! Improper use of write cache can cause data corruption.
184  * User specified CHS [default=no]
185   Specify CHS parameters manually. This will force the drive to CHS addressing and EBIOS functions will be disabled.
186  * User specified LBA [default=no]
187   Specify drive capacity manually (starting from 8.4 GB). All versions of MS-DOS 7.x (Windows 9x) seem to have compatibility problems with very large drives so you might need to reduce drive capacity. Use FreeDOS if you want to use full capacity of the drive.
188  * Cylinders, Heads and Sectors per track
189   These will appear when "User specified CHS" is enabled. Maximum values of 16383 Cylinders, 16 Heads and 63 Sectors per track will provide a capacity of 7.8 GiB/8.4 GB, the maximum that MS-DOS 3.31 to 6.22 supports. Note that this will force CHS addressing so once formatted, there will be data corruption if you try to access the drive with systems using LBA addressing.
190  * Millions of sectors
191   This will appear when "User specified LBA" is enabled. You can specify the drive capacity in millions of sectors. Note that MS-DOS 7.x (Windows 9x) or FreeDOS is required to access more than 7.8 GiB/8.4 GB.
192
193----
194= Boot menu =
195
196Using the boot menu is optional. The boot menu allows the computer to boot from any floppy or hard disk drive. Drive can be selected with Up and Down arrows. Home, End, PgUp and PgDn keys can speed up selection if there are many drives in the boot menu. Press Enter to boot from selected drive.
197
198
199== Drive swapping ==
200
201DOS requires that it is loaded from the first floppy drive (00h) or the first hard disk (80h) in the system. XTIDE Universal BIOS can translate drive numbers to make booting possible from any floppy drive or hard disk. Drive number translation is implemented with a simple swapping method: selected drive will be swapped with first drive and vice versa. For example drive 82h on boot menu would be translated to 80h and 80h would be translated to 82h. Drive swapping for floppy drives and hard disks are handled separately so it is possible to install DOS from any floppy drive to any hard disk. Drive number translation can be disabled with XTIDECFG.COM (see "Swap boot drive numbers" on Menu items on "Boot settings" submenu).
202
203
204== Boot menu hotkeys ==
205
206Keys A to Z work as hotkeys for boot menu drives. Hotkeys have another benefit: they allow the installation of DOS from any floppy drive to any hard disk. Select hard disk from the menu but do not press Enter. Press any floppy drive hotkey instead to boot from floppy while maintaining selected hard disk translation.
207
208F8 calls software interrupt 18h. This starts IBM ROM Basic, ROM DOS or displays an error message from the motherboard BIOS when there is no ROM to boot from.
209
210
211== Boot menu drive information ==
212
213The boot menu can display a little bit of information about the drive:
214
215  * Capacity
216   This shows the drive capacity. This is the same as reported by the drive unless you have specified CHS or LBA manually. Capacity is read from INT 13h AH=08h for drives not handled by XTIDE Universal BIOS.
217  * Addr.
218   This shows the current addressing mode:
219    * L-CHS is used for drives with 1024 or less cylinders (504 MiB / 528 MB and smaller drives). L-CHS is the fastest mode since no address translations are required.
220    * P-CHS addressing is used for drives without LBA support and 1025 or more cylinders. It is unlikely such drives exists so P-CHS addressing is used if you manually specify CHS parameters with 1025 or more cylinders. P-CHS addressing is only a bit slower than L-CHS addressing.
221    * LBA28 is used when the drive supports LBA and has a capacity of at most 128 GiB / 137 GB.
222    * LBA48 is used for drives larger than 128 GiB / 137 GB.
223   LBA modes are the slowest but the difference cannot be noticed on an AT system. There is no difference in performance between LBA28 and LBA48. EBIOS functions (support for drives larger than 7.8 GiB / 8.4 GB) is available only when LBA addressing is used.
224  * Block
225   Shows the maximum number of sectors supported in a single multi-sector transfer. The larger the better. 1 means that block mode is disabled or not supported. CF cards usually supports block mode commands but do not allow blocks larger than 1 sector.
226  * Bus
227   Shows the bus/device type configured in "Device Type" menu item on "xxx IDE Controller" submenu.
228  * IRQ
229   Shows the IRQ channel if enabled.
230  * Reset
231   Shows the status from drive initialization. This should always be zero. If it is something else, then something has gone wrong.
232
233----
234= Performance problems =
235
236== MS-DOS DIR command takes a very long time ==
237This is completely normal on systems with slow CPUs and large partitions. Calculating free space is simply a very slow process in such cases.
238
239It was very rare to have partitions larger than 32 MiB on XT systems so there weren't long delays then. Now XTIDE and JR-IDE/ISA makes it possible to use very large modern drives on such slow systems. MS-DOS 3.31 allows partitions up to 512 MiB and MS-DOS 4.00 to 6.22 allows partitions up to 2 GiB. Those are enormous sizes for XT systems and the slow 8088 or even the V20 take some time to calculate the free space on FAT file systems.
240
241It might be a good idea to use a small partition for OS and frequently used utilities and large partition(s) for games and less needed data. You should experiment with what size feels the best for the small partition. Please do let me know the results if you do some testing.
242
243It is very likely that this same problem will occur if you decide to use MS-DOS 7.x (Windows 9x) or FreeDOS and a large FAT32 partition on a slow 386 or even 486.
244
245== XTIDE Universal BIOS v2.x.x has worse transfer rates than v1.1.5! ==
246There are three reasons for this:
247  * Virtual device support, XTIDE A0-A3 address line swap mod and memory mapping support for JR-IDE/ISA require some generalizations in code that results in more comparisons, jumps and function calls than before. All this overhead makes transfers slower and it is especially noticeable on older and slower CPUs.
248  * v2 has some improvements in error handling that also makes the CPU do more work.
249  * v2 disables Drive Internal Cache by default. MS-DOS does not access hard drives directly and there are no BIOS function to flush the cache so data corruption is likely when using modern drives with large internal caches unless the write cache is disabled. Disabling the write cache has a much less hit on performance than you might think so it is not a good idea to enable the write cache.
250
251If you are happy with v1.1.5 then go ahead and use it. I think most people will find that v2 is worth the upgrade even though the transfer rates are a bit slower.
252
253Here are some transfer rate comparisons between v1.1.5 and v2.0.0β1. Results are from [http://www.brutman.com/iotest.zip IOTEST by Michael B. Brutman].
254
255The test system is a 486DX4 100 MHz with a VLB Multi I/O card and a 6 GB Hitachi Microdrive. XTIDE Universal BIOSes are configured for 16-bit transfers.
256||Internal Cache||Shadow RAM||v1.1.5||v2.0.0β1||
257||Enabled||Disabled||1399.22 KB/s||1185.50 KB/s||
258||Enabled||Enabled||1931.79 KB/s||1911.37 KB/s||
259||Disabled||Disabled||1358.26 KB/s||1145.48 KB/s||
260||Disabled||Enabled||1873.80 KB/s||1851.30 KB/s||
261
262
263== Importance of Shadow RAM ==
264Always enable Shadow RAM and ROM area caching if your systems supports them! They might speed up much more than you think. This is especially true on Pentium systems.
265
266Pentium will fetch at least 8 bytes (since it has a 64-bit wide bus) before it can start to execute the instructions. Even if you have placed the ROM on a 16-bit ISA or 32-bit VLB or PCI card the ROM itself is only 8-bits wide. So the ROM must be read 8 times before the CPU can start executing instructions. And if those 8 times are read from 8 MHz ISA with wait states... Believe it or not, this can slow the transfer rates on a mighty Pentium to the level of fast XT systems.
267
268So always enable Shadow RAM to copy the ROM to RAM to get full bus width and you might also want to enable cache for ROM areas to compensate for RAM latencies and slower clock rate. The Shadow RAM is the more important of the two.
269
270You should be aware that you most likely need to disable Shadow RAM when you flash the EEPROM. Another thing to note is that JR-IDE/ISA does not work if Shadow RAM or ROM area caching is enabled. You wouldn't want to connect drives to an 8-bit bus on a 32-bit system anyway. You can use the JR-IDE/ISA if you just need the 512 kiB FLASH.
271
272== Configuring hints ==
273CHS addressing modes are a bit faster than LBA addressing modes so you might want to manually specify CHS parameters for XT systems.
274
275----
276= IDE controllers on VLB and PCI bus =
277
27816-bit ISA IDE controllers are basically very simple ISA to PATA adapters so they all perform alike. ISA is not fast enough for anything above PIO-0 transfer method (with a theoretical maximum of 3.3 MB/s).
279
280VLB and PCI IDE controllers are more complex since they have an actual controller between bus and IDE drive. This controller can buffer the data so the CPU can read 32-bits at a time. Early VLB controllers are limited to PIO-2 but later VLB controllers and (all?) PCI controllers also support PIO modes 3 and 4. These later VLB multi I/O cards have two IDE connectors so you should use one of those even if you don't need the other IDE connector.
281
282Unfortunately many of the controllers work only at PIO-0 by default. Some VLB multi I/O cards have jumpers to set transfer rates but most require controller specific programming to enable higher PIO modes. It is possible that your VLB multi I/O card don't offer any advantages over ISA multi I/O cards if your BIOS does not support the IDE controller on the VLB card. There are DOS drivers for many VLB IDE controllers so BIOS support isn't a necessity.
283
284XTIDE Universal BIOS does not support any specific VLB controllers at the moment. I'm planning to add native support for Vision QD6580 controllers soon (for real this time).
285
286----
287= Known problems with fixes (v2.0.0 beta 1)=
288
289===Flashing sometimes fails on a Pentium system===
290Set page size to maximum supported and try to reflash few times. Eventually it should work. It is currently unknown why flash fails.
291
292===FreeDOS Format.exe freezes===
293Known to happen with 0.90 dated 4-30-02 when using user defined LBA. Change FORMAT.EXE to newer. 0.91v dated 1-14-06 is known to work.
294
295
296= Other known problems =
297  * Wrong MDA cursor gets displayed after exiting boot menu.
298  * Flash utility hung the PC when saving settings on one occasion (maybe because the FDD entry point was via the BIOS just over-written?)
299
300
301== Problems with Compact Flash cards and microdrives ==
302
303CF cards and microdrives are IDE devices and should work as any hard disk. Unfortunately there are many CF cards and microdrives with limitations. Some of them only work as a master drive but not as a slave drive. Some of them requires MBR to be re-created before they can be used for booting.
304
305The MBR can be re-created with FDISK using the /MBR switch. You can also use any low-level data wipe utility to clear a non-bootable MBR. The MBR will then be created automatically when partitioning the drive.
306
307----
308= Contact information =
309
310[http://www.vintage-computer.com/vcforum/showthread.php?17986-XTIDE-Universal-BIOS XTIDE Universal BIOS thread can be found at Vintage Computer Forums]. I recommend to post there but you can also send email to aitotat (at) gmail.com.
311
312When reporting bugs or other problems, please post the following information:
313  * Computer specs (at least CPU and RAM but details about expansion cards and how they are configured might be useful)
314  * Operating system and version (for example MS-DOS 6.22)
315  * Hard disk(s) you are using with XTIDE Universal BIOS
316  * Hard disk(s) not handled by XTIDE Universal BIOS (if any)
317  * Reset status that boot menu shows if problem is related to specific drive
Note: See TracBrowser for help on using the repository browser.