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

1991/1109/pc/main.c (diff list | history)

1991/1107/sys/src/9/pc/main.c:9,161991/1109/sys/src/9/pc/main.c:9,14 (short | long | prev | next)
1991/0629    
 
1991/0716    
extern long edata; 
1991/0711    
 
1991/0906    
char	user[NAMELEN] = "bootes"; 
1991/0905    
                 
1991/0716    
void 
1991/0702    
main(void) 
1991/0625    
{ 
1991/1107/sys/src/9/pc/main.c:19,251991/1109/sys/src/9/pc/main.c:17,22
1991/0711    
	confinit(); 
1991/0703    
	screeninit(); 
1991/0716    
	printinit(); 
1991/1107    
crdump(); 
1991/0827    
	print("%ludK bytes of physical memory\n", (conf.base1 + conf.npage1*BY2PG)/1024); 
1991/0711    
	mmuinit(); 
1991/0718    
	trapinit(); 
1991/1107/sys/src/9/pc/main.c:101,1071991/1109/sys/src/9/pc/main.c:98,104
1991/0716    
	p->fgrp = newfgrp(); 
 
	strcpy(p->text, "*init*"); 
1991/1105    
	strcpy(p->user, user); 
1991/1109    
	strcpy(p->user, eve); 
1991/0716    
	p->fpstate = FPinit; 
1991/0906    
	fpoff(); 
1991/0716    
 


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