plan 9 kernel history: overview | file list | diff list

1997/0328/pc/memory.c (diff list | history)

1997/0327/sys/src/9/pc/memory.c:21,271997/0328/sys/src/9/pc/memory.c:21,27 (short | long | prev | next)
1997/0327    
	KB		= 1024, 
 
	MemMinMB	= 4,		/* minimum physical memory (<=4MB) */ 
	MemMaxMB	= 192,		/* maximum physical memory to check */ 
1997/0328    
	MemMaxMB	= 512,		/* maximum physical memory to check */ 
1997/0327    
 
	NMemBase	= 10, 
}; 


source code copyright © 1990-2005 Lucent Technologies; see license
Plan 9 distribution
comments to russ cox (rsc@swtch.com)