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

1997/1208/carrera/mem.h (diff list | history)

1997/1103/sys/src/9/carrera/mem.h:213,2191997/1208/sys/src/9/carrera/mem.h:213,219 (short | long | prev | next)
1994/0209    
#define	TSTKSIZ 100 
1993/0903    
#define	KZERO	KSEG0			/* base of kernel address space */ 
1994/0524    
#define	KTZERO	(KZERO+0x12000)		/* first address in kernel text */ 
1993/0903    
#define	USTKSIZE	(4*1024*1024)	/* size of user stack */ 
1997/1208    
#define	USTKSIZE	(8*1024*1024)	/* size of user stack */ 
1993/1230    
#define globalmem(x)	(((ulong)x)&KZERO)	/* addresses valid in all contexts */ 
1993/0903    
/* 
 * Exception codes 


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