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

2000/0905/bitsy/dat.h (diff list | history)

2000/0902/sys/src/9/bitsy/dat.h:52,582000/0905/sys/src/9/bitsy/dat.h:52,57 (short | long | prev | next)
2000/0831    
{ 
	ulong	nmach;		/* processors */ 
	ulong	nproc;		/* processes */ 
	ulong	monitor;	/* has monitor? */ 
	ulong	npage0;		/* total physical pages of memory */ 
	ulong	npage1;		/* total physical pages of memory */ 
	ulong	npage;		/* total physical pages of memory */ 
2000/0902/sys/src/9/bitsy/dat.h:63,692000/0905/sys/src/9/bitsy/dat.h:62,69
2000/0831    
	ulong	base0;		/* base of bank 0 */ 
	ulong	base1;		/* base of bank 1 */ 
	ulong	copymode;	/* 0 is copy on write, 1 is copy on reference */ 
	ulong	ialloc;		/* max interrupt time allocation in bytes */ 
2000/0905    
	int	monitor; 
	ulong	ialloc;		/* bytes available for interrupt time allocation */ 
2000/0831    
	ulong	pipeqsize;	/* size in bytes of pipe queues */ 
}; 
 


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