This is a program to setup "bootrom" boot emulation from diskette or disk.

BOOTSECT ASM      7244 06-05-03   3:19p	- source for BOOTSECT.BIN
BOOTSECT BIN       512 06-05-03   3:27p - bootsector for BS-SETUP
MKBS     BAT        35 10-16-96   9:47p - how to compile it

ASKBOOT  ASM      1456 10-18-96   4:37p	- source for ASKBOOT.BIN
ASKBOOT  BIN       192 10-18-96   4:37p - ask boot type for BS-SETUP
MKAB     BAT        55 10-18-96  11:55a - how to compile it

BS-SETUP PAS      5105 11-07-96   8:32p	- source for BS-SETUP.EXE
TURBO    TP       1226 10-18-96  11:42a - TP5.5 config to compile it
BS-SETUP EXE      6352 11-07-96   8:33p - utility to setup boot

To setup boot you need:
- DOS diskette or disk with bootable FAT-12 or FAT-16 partition
- BOOTSECT.BIN, ASKBOOT.BIN, BS-SETUP.EXE in current directory
- an image of bootrom you want to use

Invoke BS-SETUP and answer its questions, they may be:

- 'Drive to be setup for boot (e.g. A): '
  tell which disk to setup by typing-in drive letter
  this cannot be network or SUBST-ed disk;

- 'Boot select already installed - uninstall? (U/N) '
  asked if boot emulation already was on the disk,
  type-in U to uninstall it and exit, N to continue;

- 'Is the FAT on the drive 12 or 16 bit (T/S): '
  asked if BS-SETUP fails to recognize FAT type,
  type-in T for 12-bit FAT, or S for 16-bit one;

- 'Name of file containing BootRom image: '
  type-in name (with path, if necessary) of a file
  containing the bootrom image you want to use.

The program writes 'Ready...' and exits.

Now when you boot from the diskette or disk which
was setup for bootrom boot emulation, a program
installed there asks for boot type, you may choose
'R' to process boot from bootrom image, or 'D' to
boot system from the disk (if there was any).

IMPORTANT: if you use diskette open drive door before
answering 'R' - otherwise bootrom boot may detect it
and boot again from the diskette.
If you have hard disk and INT18 bootrom, it probably
will not work becauce the emulation uses INT 19 to
pass control to the bootrom image, and it causes disk
boot; need change ASKBOOT to fix it.
