rem config.sys for DOSEMU + FreeDOS rem note that the initial "D:" is set to "Z:" at the end SWITCHES=/F DOS=UMB,HIGH dosdata=umb lastdrive=Z files=40 stacks=0 buffers=10 device=d:\dosemu\ems.sys devicehigh=d:\dosemu\cdrom.sys install=d:\dosemu\lredir.com z: linux\fs\${DOSEMU_LIB_DIR}/drive_z ro shellhigh=z:\command.com /e:1024 /p rem lba: config.sys for DOSEMU + FreeDOS rem note that the initial "D:" is set to "Z:" at the end SWITCHES=/F DOS=UMB,HIGH dosdata=umb lastdrive=Z files=40 stacks=0 buffers=10 device=d:\dosemu\ems.sys devicehigh=d:\dosemu\cdrom.sys install=d:\dosemu\lredir.com z: linux\fs\${DOSEMU_LIB_DIR}/drive_z ro rem by lba: shellhigh=z:\command.com /e:1024 /p rem lba: added this to config.sys.link above rem --------------------------------------------- rem uncomment for cdrom support (also autoexec.bat:shsucdx) rem devicehigh=c:\dosemu\cdrom.sys rem !!!shellhigh=c:\bin\4dos\4dos.com /e:1024 /p rem device=c:\bin\nansi.sys rem devicehigh=c:\bin\ansi.sys rem new devicehigh c:\bin\nansip.sys rem end lba rem ---------------------------------------------