Specifications

EPC-33/34 Hardware Reference
F-4
F
F
5. Insert a blank floppy diskette in drive a: and format the floppy as a bootable
system drive using the command FORMAT A: /s
6. Copy the TFORMAT utility to this new bootable diskette.
7. Reboot to the floppy. If you have any problems, make sure in your BIOS Setups
the Boot Sequence menu is set for A: then C:.
8. From the A: prompt, type the following comand:
TFORMAT C: /s:!
9. Once the Flash is formatted and has a boot record created, type the following
command:
SYS C:
10. Remove the floppy disk from the drive and reboot.
For non-bootable disk images, perform the following steps:
1. Reboot the system and enter the BIOS Setups.
2. In the Advanced setups, cursor down to the RFA memory Window line and
make sure that it is Enabled.
3. Cursor down to the BIOS Extension Base Address entry and make sure that the
BIOS Extension is Not Installed. Exit the BIOS Setups by saving.
4. After booting, and from the command line, edit your CONFIG.SYS file. First,
if you are running EMM386 or a similar memory manager, exclude the region
E000 to E7FF with the tag X=E000-E7FF.
5. While still in CONFIG.SYS, the second thing you must do is enter the two
device drivers. Somewhere near the beginning of the file insert the following
two statements:
DEVICE=<path>RADSS.COM
DEVICE=<path>TFFS.COM
The DEVICE line may be placed anywhere in the CONFIG.SYS file.
However, RADSS.COM must come before TFFS.COM.