!	SID	@(#)vm386.vmc	3.1 - 93/09/24
!
! Sample VMM configuration file.  The -v flags refer to the ANGOSS
! start-up parameters.
!
SWAPMIN=128		Minimum Swap file size is 128K.  See -vn flag
SWAPSIZE=32768		Takes no more than 32MB for user.  See -vx flag
VIRTUALSIZE=32768	Max virtual memory is 32MB.  See -vs flag
MAXMEM=4096		Max 4MB physical memory available to VMM.  See -vu flag
SWAPNAME=C:\ANGOSS.SWP	The name of the Swap file.  See -vf flag
NODELETESWAP		The swap file is not deleted at exit.  See -vd flag
SWAPINC=512		Virtual memory grows in 512K blocks.  See -vi flag
!
! Comments may follow configuration elements in the same line separated by
! tabs or spaces.  Comment-only lines must begin with a ! (exclamation point)
!
! NO BLANK LINES ARE ALLOWED IN THIS FILE.  A BLANK LINE WILL TERMINATE
! PROCESSING OF THIS FILE.
