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

1992/0610/boot/boot.c (diff list | history)

1992/0609/sys/src/9/boot/boot.c:40,451992/0610/sys/src/9/boot/boot.c:40,49 (short | long | prev | next)
1992/0317    
	open("#c/cons", OWRITE); 
	open("#c/cons", OWRITE); 
 
1992/0610    
/*	for(fd = 0; fd < argc; fd++) 
		print("%s ", argv[fd]); 
	print("\n");/**/ 
 
1992/0317    
	ARGBEGIN{ 
1992/0322    
	case 'a': 
		aflag = 1; 
1992/0609/sys/src/9/boot/boot.c:62,691992/0610/sys/src/9/boot/boot.c:66,73
1992/0317    
		break; 
	}ARGEND 
 
	readenv("cputype", cputype, sizeof(cputype)); 
	readenv("terminal", terminal, sizeof(cputype)); 
1992/0610    
	readfile("#e/cputype", cputype, sizeof(cputype)); 
	readfile("#e/terminal", terminal, sizeof(cputype)); 
1992/0530    
	getconffile(conffile, terminal); 
1992/0317    
 
	/* 


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