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

1992/0319/boot/boot.c (diff list | history)

1992/0318/sys/src/9/boot/boot.c:111,1171992/0319/sys/src/9/boot/boot.c:111,116 (short | long | prev | next)
1992/0317    
	settime(islocal); 
	swapproc(); 
 
	sleep(1000); 
	sprint(cmd, "/%s/init", cputype); 
1992/0318    
	sprint(flags, "-%s%s", cpuflag ? "c" : "t", mflag ? "m" : ""); 
1992/0317    
	execl(cmd, "init", flags, 0); 


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