Chapter 4 (b2) - The [SizeData] Section. 
 
The [SizeData] section of the MEMMAKER.STS file shows the size in memory of each device driver or 
memory-resident program. It contains information for each driver and program loaded by the 
CONFIG.SYS and AUTOEXEC.BAT file. The following is an example of a section in the [SizeData] 
section:
  
[SizeData]
Command=C:\UTIL\DOS\SETVER.EXE
Line=8
FinalSize=832
MaxSize=12048
FinalUpperSizes=0
MaxUpperSizes=0
ProgramType=DEVICE
  
The following table describes each field:
  
Field			Description

Command		The path to the executable device driver or program file.
Line			The line number in the CONFIG.SYS or AUTOEXEC.BAT file.
FinalSize		Final size in memory of the driver or program after it has finished loading.
MaxSize		Maximum size in memory of the program or driver during loading. 
FinalUpperSizes	Final size in upper memory of the driver or program after it has finished loading 
			(if the program loads itself into upper memory). 
MaxUpperSizes		Maximum size in memory of the program or driver during loading  
			(if the program loads itself  into upper memory). 
ProgramType		If set to DEVICE, the driver or program is loaded from the CONFIG.SYS file. 
			If set to PROGRAM, it was loaded from the AUTOEXEC.BAT file.

 