hi,

i'm trying to run a program from 1994 under DOSEmu (and freedos), that has its
own memory management. i got it to run under MS-DOS after commenting out
HIMEM.SYS in config.sys; before it told me 'system not in 286 or 386 real mode'.

but in dosemu/freedos, it gives me that message, even though my
config.sys/autoexec.bat contain nothing for high memory:
autoexe.bat:
@echo off
path c:\bin;c:\gnu;c:\dosemu
set HELPPATH=c:\help
set TEMP=c:\tmp
set BLASTER=A220 I5 D1 H5 T6
prompt $P$G
unix -s DOSDRIVE_D
if "%DOSDRIVE_D%" == "" goto nodrived
lredir d: linux\fs%DOSDRIVE_D%
:nodrived
rem shsucdx /d:mscd0001
unix -s DOSEMU_VERSION
echo "Welcome to dosemu %DOSEMU_VERSION%!"
unix -e

config.sys:
rem SWITCHES=/F
rem DOS=UMB,HIGH
rem dosdata=umb
lastdrive=Z
files=40
stacks=0
rem buffers=10
rem devicehigh=c:\dosemu\ems.sys
rem devicehigh=c:\dosemu\cdrom.sys
rem shell=c:\command.com /e:1024 /p
shell=c:\command.com


does anybody know what i have to do in order to get real mode, without memory
management a la himem?

many thanks!

stefan
-
To unsubscribe from this list: send the line "unsubscribe linux-msdos" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to