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

1992/0923/power/mem.h (diff list | history)

1992/0828/sys/src/9/power/mem.h:120,1261992/0923/sys/src/9/power/mem.h:120,126 (short | long | prev | next)
1991/0605    
#define	UTZERO		(UZERO+BY2PG)		/* first address in user text */ 
#define	USTKTOP		KZERO			/* byte just beyond user stack */ 
1991/0705    
#define	TSTKTOP		(USERADDR+USTKSIZE)	/* top of temporary stack */ 
1991/0605    
#define TSTKSIZ 	100 
1992/0923    
#define TSTKSIZ 	500 
1991/0605    
#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 */ 


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