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

1991/0719/gnot/main.c (diff list | history)

1991/0717/sys/src/9/gnot/main.c:157,1631991/0719/sys/src/9/gnot/main.c:157,163 (short | long | prev | next)
1990/03091    
	 * Kernel Stack 
	 */ 
	p->sched.pc = (ulong)init0; 
1991/0711    
	p->sched.sp = USERADDR+BY2PG-MAXSYSARG*BY2WD; 
1991/0719    
	p->sched.sp = USERADDR+BY2PG-5*BY2WD; 
1990/1004    
	p->sched.sr = SUPER|SPL(0); 
1991/0705    
	p->upage = newpage(1, 0, USERADDR|(p->pid&0xFFFF)); 
1990/03091    
 


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