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

1990/05312/gnot/boot.c (diff list | history)

1990/0322/sys/src/9/gnot/boot.c:31,361990/05312/sys/src/9/gnot/boot.c:31,51 (short | long | prev | next)
1990/0312    
	sendmsg(cfd, "config 1 16"); 
 
	/* 
1990/05312    
	 *  fork a process to hold the incon channel open 
	 */ 
	switch(fork()){ 
	case -1: 
		break; 
	case 0: 
		for(;;) 
			sleep(60*1000); 
		exit(0); 
	default: 
		close(cfd); 
		break; 
	} 
 
	/* 
1990/0312    
	 *  open a datakit channel and call ken via r70, leave the 
	 *  incon ctl channel open 
	 */ 


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