# Linux dosemu 0.49 configuration file
# Robert Sanders, gt8134b@prism.gatech.edu, 5/16/93
#

# debug +Idv-kmx           # "debug -a" turns all messages off
debug -a

# These two are set to the defaults.  keybint is still unstable,
# and timint is necessary for many programs.  These are mostly
# useful as debugging aids.

keybint off
timint on

#serial { mouse device /dev/cua0 }
#serial { mouse device /dev/cua1 }

#video { vga console graphics chipset et4000 memsize 1024 }
#video { vga console graphics }
#video { vga console graphics chipset et4000 memsize 1024 vbios_file /etc/dosemu/vbios }
#video {  vga console  }

RawKeyboard         # don't include this if you don't want it
mathco on           # on or off
cpu 80386           # or 80286 or 80386
bootC               # or bootA
xms 1000            # XMS size in K, or off
#ems 1000            # EMS size in K, or off

ports { 0x388 0x389 }  # for SimEarth
#speaker native         # also off or emulated

ports { 0x21e 0x22e 0x23e 0x24e 0x25e 0x26e 0x27e 0x28e 0x29e } # for jill

#******************* HARD DISKS ******************************* 
disk { image "hdimage" }
#disk { partition "/dev/sda2" 1 readonly }        # 1st partition on 1st disk
#disk { partition "/dev/hda1" 1 readonly }        # 1st partition on 1st disk
#disk { wholedisk "/dev/hda" }        # 1st partition on 1st disk

#******************* FLOPPY DISKS *****************************
#floppy { heads 2 sectors 18 tracks 80 threeinch file diskimage }  
floppy { device /dev/fd0 threeinch }  
floppy { device /dev/fd1 fiveinch }  

#printer { options "%s" command "lpr" timeout 20 }
#printer { options "-p %s" command "lpr" timeout 10 }    # pr format it
# printer { file "lpt3" }


