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

1991/0605/gnot/mem.h (diff list | history)

1991/0523/sys/src/9/gnot/mem.h:97,1051991/0605/sys/src/9/gnot/mem.h:97,104 (short | long | prev | next)
1991/0523    
#define	USTKTOP	(TSTKTOP-TSTKSIZ*BY2PG) /* byte just beyond user stack */ 
1990/03091    
#define	KZERO	KSEG			/* base of kernel address space */ 
#define	KTZERO	(KZERO+BY2PG)		/* first address in kernel text */ 
1990/0821    
#define	USTACKSIZE	(4*1024*1024)	/* size of user stack */ 
1991/0605    
#define	USTKSIZE	(4*1024*1024)	/* size of user stack */ 
1990/03091    
 
#define	NSEG		5 
#define	MACHSIZE	4096 
1991/0411    
 
 


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