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

2002/1130/boot/local.c (diff list | history)

2002/0414/sys/src/9/boot/local.c:58,642002/1130/sys/src/9/boot/local.c:58,64 (short | long | prev)
2000/1018    
	char **arg, **argp; 
2001/0527    
	ulong mode; 
1992/0317    
 
2001/0527    
	if(stat("/kfs", statbuf, sizeof statbuf) < 0) 
2002/1130    
	if(stat("/boot/kfs", statbuf, sizeof statbuf) < 0) 
1992/0317    
		return -1; 
1992/0902    
 
	dev = disk ? disk : bootdisk; 
2002/0414/sys/src/9/boot/local.c:100,1062002/1130/sys/src/9/boot/local.c:100,106
2000/1018    
		dup(p[1], 1); 
		close(p[0]); 
		close(p[1]); 
		exec("/kfs", arg); 
2002/1130    
		exec("/boot/kfs", arg); 
1999/0501    
		fatal("can't exec kfs"); 
1992/0317    
	default: 
		break; 


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