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

1993/0115/boot/dosboot.c (diff list | history)

1993/0115/sys/src/9/boot/dosboot.c:30,381993/0330/sys/src/9/boot/dosboot.c:30,38 (short | long | prev | next)
1992/0828    
	 */ 
	if(bind("/", "/", MREPL) < 0) 
		fatal("bind"); 
	if(mount(fd, "/", MAFTER|MCREATE, "#f/fd0disk", "") < 0) 
		if(mount(fd, "/", MAFTER|MCREATE, "#f/fd1disk", "") < 0) 
1993/0115    
			if(mount(fd, "/", MAFTER|MCREATE, "#H/hd0dos", "") < 0) 
1993/0330    
	if(mount(fd, "/", MAFTER|MCREATE, "#f/fd0disk") < 0) 
		if(mount(fd, "/", MAFTER|MCREATE, "#f/fd1disk") < 0) 
			if(mount(fd, "/", MAFTER|MCREATE, "#H/hd0dos") < 0) 
1992/0828    
				fatal("mount"); 
	close(fd); 
 


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