SCOUG-General Mailing List Archives
Return to [ 25 |
October |
1999 ]
<< Previous Message <<
>> Next Message >>
Content Type: text/plain
Hi, :)
In the legacy DOS system that I'm moving to an OS/2 box, the DOS
CONFIG.SYS file contains two statements that I'm not sure what to do
with:
SHELL = C:\COMMAND.COM C:\ /E:600 /P
and
DEVICE=C:\DOS\RAMDRIVE.SYS 2000 256 200 /E
What do I do to set up these two CONFIG.SYS statements?
- In the DOS Window properties for Session there is a DOS_SHELL
setting. Is this what I use to increase the environment size?
- How do I create the DOS RAMDRIVE?
I've put some reference info below in case somebody wants to see it. :)
Thanks.
- Peter Skye
_____
The SHELL command is simply to increase the environment space to 600
bytes (the default size is 256 bytes). The /P parameter just makes the
change permanent by disabling EXIT for this instance of COMMAND.COM.
_____
The RAMDRIVE.SYS is a driver for a memory-resident "disk drive". The
actual line loads the driver code high, and for reference it is:
DEVICE=C:\QEMM\LOADHI.SYS /GS:QEMMLDHI /R:1 C:\DOS\M\RAMDRIVE.SYS 2000
256 200 /E
LOADHI.SYS is the driver that loads the code high, and it doesn't stay
resident. /GS: is a parameter I use for a log file. /R:1 is simply the
upper memory region where the RAMDRIVE is to be loaded.
The RAMDRIVE.SYS parameters are 2000 for a 2,000 KB (2 MB) drive size,
256 for sector size (a smaller sector size wastes less space), 200 for
the size of the name table in the root directory (i.e. maximum 200 files
and directory names in the root directory), and /E to put the RAMDRIVE
in extended XMS (not expanded EMS) memory.
=====================================================
To unsubscribe to this list, send an email message
to "steward@scoug.com". In the body of the message,
put the command "unsubscribe scoug-general".
For problems, contact the list owner at
"rollin@scoug.com".
=====================================================
<< Previous Message <<
>> Next Message >>
Return to [ 25 |
October |
1999 ]
The Southern California OS/2 User Group
P.O. Box 26904
Santa Ana, CA 92799-6904, USA
Copyright 2001 the Southern California OS/2 User Group. ALL RIGHTS
RESERVED.
SCOUG, Warp Expo West, and Warpfest are trademarks of the Southern California OS/2 User Group.
OS/2, Workplace Shell, and IBM are registered trademarks of International
Business Machines Corporation.
All other trademarks remain the property of their respective owners.
|