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

1994/0322/pc/dat.h (diff list | history)

1994/0311/sys/src/9/pc/dat.h:25,311994/0322/sys/src/9/pc/dat.h:25,31 (short | long | prev | next)
Remove Lock.pc; add Lock.sr. Add conf.ialloc.
rsc Fri Mar 4 12:44:25 2005
1991/0612    
struct Lock 
{ 
1991/0703    
	ulong	key; 
1991/0612    
	ulong	pc; 
1994/0322    
	ulong	sr; 
1991/0612    
}; 
 
struct Label 
1994/0311/sys/src/9/pc/dat.h:82,871994/0322/sys/src/9/pc/dat.h:82,88
1992/1105    
	ulong	ldepth;		/* screen depth */ 
	ulong	maxx;		/* screen width */ 
	ulong	maxy;		/* screen length */ 
1994/0322    
	ulong	ialloc;		/* max interrupt time allocation in bytes */ 
1991/0612    
}; 
 
/* 


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