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

1997/0812/boot/boot.c (diff list | history)

1997/0327/sys/src/9/boot/boot.c:116,1241997/0812/sys/src/9/boot/boot.c:116,124 (short | long | prev | next)
1992/0317    
	 *  create the name space, mount the root fs 
	 */ 
	if(bind("/", "/", MREPL) < 0) 
		fatal("bind"); 
1997/0812    
		fatal("bind /"); 
1993/0330    
	if(mount(fd, "/", MAFTER|MCREATE, "") < 0) 
		fatal("mount"); 
1997/0812    
		fatal("mount /"); 
1992/0317    
	close(fd); 
 
	/* 


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