If you don't have DOS, you can run TLBTEST2.COM from a floppy
bootsector like this:

1. Install FAT12.BIN on a 1.44 meg FAT12 floppy:
        partcopy fat12.bin 0 200 -f0
  -or-
        debug fat12.bin
        -w 100 0 0 1            ('-' is the DEBUG prompt.
        -q                      Type ? and press Enter for help.)
  -or-
        cat fat12.bin >/dev/fd0

   Do not use RAWRITE (see notes in FAT12.ASM). Be careful
   using PARTCOPY and DEBUG so you don't trash your hard disk.

2. Copy TLBTEST2.COM to the root directory of the floppy and
   rename it LOAD.BIN
	copy /v /y tlbtest2.com a:\load.bin
   -or-
	mount /dev/fd0 mnt
	cp tlbtest2.com mnt/load.bin

3. Boot your PC from the floppy
