Chapter 4 (f) - How MemMaker Changes the order of commands in the 
		   ONFIG.SYS File.

When you run MemMaker, it modifies the CONFIG.SYS file so that the following commands appear in
 the following order:
  
device=c:\dos\himem.sys
device=c:\dos\emm386.exe <settings>
buffers=<setting>
files=<setting>
dos=umb
lastdrive=<setting>
fcbs=<setting>
  
It does not change the order of other commands in the CONFIG.SYS file.

The <setting> and <settings> parameters are determined by MemMaker for each specific installation 
and configuration.

If you must load a device driver before the drivers listed above, edit your CONFIG.SYS file yourself and 
move the command line for that driver where it belongs.

To add a driver yourself

 1.	Edit your CONFIG.SYS file and use the rem command to comment out the device driver you 
	are having problems with.
 2.	Run MemMaker.
 3.	Edit your CONFIG.SYS file and remove the rem command from the command that starts the 
	device driver.
 4.	Return the device driver to its previous location.
  
If the memory configuration that MemMaker created changes when you follow this procedure, you must 
manually optimize your configuration.

 