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

1993/1230/carrera/mem.h (diff list | history)

1993/1224/sys/src/9/carrera/mem.h:160,1651993/1230/sys/src/9/carrera/mem.h:160,166 (short | long | prev | next)
1993/0903    
#define	KZERO	KSEG0			/* base of kernel address space */ 
#define	KTZERO	(KZERO+0x20000)		/* first address in kernel text */ 
#define	USTKSIZE	(4*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)