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

1991/0605/port/portdat.h (diff list | history)

1991/0605/sys/src/9/port/portdat.h:297,3031991/0606/sys/src/9/port/portdat.h:297,304 (short | long | prev | next)
Add Seg.endseg. Remove Proc.bssend.
rsc Fri Mar 4 12:44:25 2005
1991/0428    
	ulong	minva;			/* va of 0th pte (not necessarily Seg->o->va) */ 
	ulong	maxva;			/* va of last pte */ 
	PTE	*mod;			/* list of modified pte's */ 
	ulong	pad[3]; /**/ 
1991/0606    
	ulong	endseg;			/* segments end */ 
	ulong	pad[2]; /**/ 
1991/0428    
}; 
 
/* 
1991/0605/sys/src/9/port/portdat.h:343,3491991/0606/sys/src/9/port/portdat.h:344,349
1991/0428    
	int	state; 
	Page	*upage;			/* BUG: should be unlinked from page list */ 
	Seg	seg[NSEG]; 
	ulong	bssend;			/* initial top of bss seg */ 
	ulong	pid; 
	int	nchild; 
	QLock	wait;			/* exiting children to be waited for */ 


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