#! /bin/sh
# Check floppy booting.
cat <<EOF >test-x
Version: 0
Compatible: 0
Drive: 0x80
Default: D
Timeout: 18/18 seconds
Enabled: F A
Interrupt: Shift
EOF
do_install -lis -r -I bigdisk.b bigdisk >test-y
diff -u test-x test-y
cat <<EOF >test-x
Version: 1
Compatible: 0
Y2K-Fix: Disabled
Drive: 0x80
Default: F
Timeout: 9/18 seconds
Enabled: A
Interrupt: Shift
EOF
do_install -l -r -d 0x80 -p f -t 9 -is -ea -o 128 image.hda > test-y
diff -u test-x test-y
cat <<EOF >test-x
BEGIN
90
C7
82
26
SE
END
EOF
run_dos </dev/null

: Done
