To use the 'extra ram' above the 640Kb Dos limit, either XMS or EMS may be used depending on the machine and the size of RAM installed, you must adjust c:\CONFIG.SYS and add these lines below;
DEVICE=C:\DOS\HIMEM.SYS (80286 with at least 64KB XMS)
and either
DOS=UMB (8086/8088 or less than 64KB XMS)
or
DOS=HIGH,UMB (80286 with at least 64KB XMS)
for EMS try this in the CONFIG.SYS
DEVICE = C:\DOS\HIMEM.SYS
DEVICE = C:\DOS\EMM386.EXE RAM
SHELL = C:\DOS\COMMAND.COM C:\DOS\ /p
Using XMS is pretty certain to work, EMS may or may not, depending on memory and bios, at this age it's uncertain which will work best, so i'd keep a boot disk handy in case of any problems accessing the machine if you try EMS and can't get it to boot.
Another way to get Dos 6.22 to do this automatically is to run MEMMAKER.EXE which should examine the system, and decide on the best memory configuration, then rebuild the Config.sys and Autoexec.bat for you, been a long time since I used DOS, but from memory these are the options i'd look at.
edit*
Just realised, us over 40's have a use after all, we're the only ones apart from die-hard geeks who even remember that Bill Gates said that '640KB should be enough for anyone', and saddled us with a memory limit of 640Kb until we stopped using DOS.
