Hey guys,
I was just wondering how I could increase my conventional memory?  I'm trying to get Red Baron to run.  I'm new to freeDOS, and I'm not sure what the equivalent to mem /c is, but here are some outputs that hopefully will help.:
 
mem /u from the command line:
 
Segment               Size                Name              Type
---------------------------------------------------------------------------------
0699                     96                                              free
06A0                     72176              COMMAND          program
1851                      208                                             free
185F                     3328                 CTMOUSE          program
1930                    547744                                          free
 
Memory Type                          Total                       Used                  Free
---------------------                        -------------                -------------              -----------
Conventional                             639K                          104K               535K
Extended (XMS)                      80,896K                        15,425K         65,471K
 
Largest executable program size                          535K (          547,744 bytes )
FreeDOS is resident in the high memory area.
 
 
 
 
 
Here's my autoexec.bat:
@ECHO OFF
PROMPT $p$g
PATH=C:\FDOS\BIN;C:\FDOS\BIN\KEY;
SET NLSPATH=C:\FDOS\NLS;
SET LANG=EN
SET BLASTER=A220 I5 D1 T3 H6
LOADHIGH C:\FDOS\BIN\CTMOUSE.EXE
CLS
 
Here's my config.sys:
 
dos=high,noumb
device=C:\FDOS\BIN\HIMEM.EXE
DEVICE=C:\DOS\EMM386.EXE NOEMS I=B000-B7FF
 

FILES =100
BUFFERS=20
FCBS=4,4
BREAK=ON

lastdrive=z
shellhigh=C:\COMMAND.COM /E:256 /P

 

I would appreciate any help on this, and thanks!

-Jesse

FreeDOS first time user

Reply via email to