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

1991/0318/ss/main.c (diff list | history)

1991/0117/sys/src/9/ss/main.c:142,1481991/0318/sys/src/9/ss/main.c:142,148 (short | long | prev | next)
1990/1223    
	s->o->pte[0].page = newpage(0, 0, UTZERO); 
	s->o->npage = 1; 
	k = kmap(s->o->pte[0].page); 
	memcpy((ulong*)VA(k), initcode, sizeof initcode); 
1991/0318    
	memmove((ulong*)VA(k), initcode, sizeof initcode); 
1990/1223    
	kunmap(k); 
	s->minva = UTZERO; 
	s->maxva = UTZERO+BY2PG; 


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