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

2000/0108/alphapc/main.c (diff list | history)

1999/0515/sys/src/9/alphapc/main.c:29,412000/0108/sys/src/9/alphapc/main.c:29,47 (short | long | prev | next)
1999/0415    
	archinit(); 
	mmuinit(); 
	xinit(); 
	printinit(); 
	if (arch->coreinit) 
		arch->coreinit(); 
	trapinit(); 
2000/0108    
	screeninit(); 
screenputs("Hello Squidboy\n", 15); 
{ static Lock l; 
  ilock(&l); 
xxfirmware(); 
  iunlock(&l); 
} 
	printinit(); 
1999/0415    
 
	/* console */ 
	screeninit(); 
	ns16552install(); 
	ns16552special(0, 9600, 0, &printq, kbdcr2nl); 
	kbdinit(); 


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