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

1991/0710/power/main.c (diff list | history)

1991/0710/sys/src/9/power/main.c:261,2671991/0711/sys/src/9/power/main.c:261,267 (short | long | prev | next)
1990/0227    
	 * Kernel Stack 
	 */ 
	p->sched.pc = (ulong)init0; 
1991/0710    
	p->sched.sp = USERADDR+BY2PG-24;	/* BUG */ 
1991/0711    
	p->sched.sp = USERADDR+BY2PG-(1+MAXSYSARG)*BY2WD; 
1990/0227    
	p->upage = newpage(0, 0, USERADDR|(p->pid&0xFFFF)); 
 
	/* 


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