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

1991/0312/port/devroot.c (diff list | history)

1991/0216/sys/src/9/port/devroot.c:105,1111991/0312/sys/src/9/port/devroot.c:105,111 (short | long | prev | next)
1990/0227    
		memcpy(buf, ((char*)bootcode)+c->offset, n); 
1991/0214    
		return n; 
 
	case Qcfs:		/* boot */ 
1991/0312    
	case Qcfs:		/* cfs */ 
1991/0214    
		if(c->offset >= cfslen) 
			return 0; 
		if(c->offset+n > cfslen) 


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