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

2001/0731/alphapc/main.c (diff list | history)

2001/0728/sys/src/9/alphapc/main.c:189,1952001/0731/sys/src/9/alphapc/main.c:189,195 (short | long | prev | next)
1999/0415    
	 * Kernel Stack 
	 */ 
	p->sched.pc = (ulong)init0; 
	p->sched.sp = (ulong)p->kstack+KSTACK-(1+MAXSYSARG)*BY2WD; 
2001/0731    
	p->sched.sp = (ulong)p->kstack+KSTACK-MAXSYSARG*BY2WD; 
1999/0415    
	/* 
	 * User Stack, pass input arguments to boot process 
	 */ 


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