|
From: Vladimir V. <myc...@gm...> - 2018-01-25 23:51:30
|
I followed these instructions to install freedos: http://wiki.freedos.org/wiki/index.php/VirtualBox I installed boom (doom clone) via fdimples command, and it works. I try to launch Master Of Magic and I get the message: "You must have at least 2700k of expanded memory." ... > What I tried? >> Running 'mem' command gives the following result: ----- Memory Type Total Used Free ---------------- -------- -------- -------- Conventional 639K 33K 606K Upper 104K 99K 5K Reserved 281K 281K 0K Extended (XMS) 31,680K 472K 31,208K ---------------- -------- -------- -------- Total memory 32,704K 885K 31,819K Total under 1 MB 743K 132K 611K Total Expanded (EMS) 31M (32,686,080 bytes) Free Expanded (EMS) 31M (31,981,568 bytes) Largest executable program size 606K (620,672 bytes) Largest free upper memory block 3K ( 2,912 bytes) FreeDOS is resident in the high memory area. ----- >> My fdconfig.sys is below: ----- SET DOSDIR=C:\FDOS !COUNTRY=001,858,C:\FDOS\BIN\COUNTRY.SYS !LASTDRIVE=Z !BUFFERS=20 !FILES=40 !MENUCOLOR=7,0 MENUDEFAULT=2,5 MENU 1 - Load FreeDOS with JEMMEX, no EMS (most UMBs), max RAM free MENU 2 - Load FreeDOS with EMM386 (Expanded Memory) and SHARE loaded MENU 3 - Load FreeDOS without drivers (Emergency Mode) MENU 4 - Load FreeDOS low with some drivers (Safe Mode) MENU 5 - Master of Magic Try 1 1245?DOS=HIGH 125?DOS=UMB 1245?DOSDATA=UMB 1?DEVICE=C:\FDOS\BIN\JEMMEX.EXE NOEMS X=TEST I=TEST NOVME NOINVLPG 2345?DEVICE=C:\FDOS\BIN\HIMEMX.EXE 2?DEVICE=C:\FDOS\BIN\JEMM386.EXE X=TEST I=TEST I=B000-B7FF NOVME NOINVLPG 5?DEVICE=C:\FDOS\BIN\JEMM386.EXE RAM 345?SHELL=C:\FDOS\BIN\COMMAND.COM C:\FDOS\BIN /E:1024 /P=C:\AUTOEXEC.BAT 125?SHELLHIGH=C:\FDOS\BIN\COMMAND.COM C:\FDOS\BIN /E:1024 /P=C:\AUTOEXEC.BAT ----- >>> Yet magic.exe give the abovementioned message. I tried various parameters with JEMM386.EXE such as 'EMX' ,, removing 'NOVME' / 'NOINVLPG' flags -- to no avail... What else could I try for Master Of Magic to recognize my Expanded Memory? |