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

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

1990/0315/sys/src/9/gnot/boot.c:40,471990/0322/sys/src/9/gnot/boot.c:40,47 (short | long | prev | next)
1990/0312    
	cfd = open("#k/2/ctl", 2); 
	if(cfd < 0) 
		error("opening #k/2/ctl"); 
	sendmsg(cfd, "connect r70.nonet!bootes!fs"); 
	print("connected to r70.nonet!bootes!fs\n"); 
1990/0322    
	sendmsg(cfd, "connect helix.bootfs"); 
	print("connected to helix.bootfs\n"); 
1990/0312    
	close(cfd); 
 
	/* 


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