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

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

1991/0710/sys/src/9/gnot/main.c:158,1641991/0711/sys/src/9/gnot/main.c:158,164 (short | long | prev | next)
1990/03091    
	 * Kernel Stack 
	 */ 
	p->sched.pc = (ulong)init0; 
	p->sched.sp = USERADDR+BY2PG-20;	/* BUG */ 
1991/0711    
	p->sched.sp = USERADDR+BY2PG-MAXSYSARG*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)