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

1990/0724/gnot/main.c (diff list | history)

1990/0724/sys/src/9/gnot/main.c:160,1651990/0802/sys/src/9/gnot/main.c:160,166 (short | long | prev | next)
1990/03091    
	s->proc = p; 
	s->o = neworig(UTZERO, 1, 0, 0); 
	s->o->pte[0].page = newpage(0, 0, UTZERO); 
1990/0802    
	s->o->npage = 1; 
1990/06021    
	k = kmap(s->o->pte[0].page); 
1990/0614    
	memcpy((ulong*)VA(k), initcode, sizeof initcode); 
1990/06021    
	kunmap(k); 


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