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

1991/0719/pc/clock.c (diff list | history)

1991/0716/sys/src/9/pc/clock.c:23,281991/0719/sys/src/9/pc/clock.c:23,42 (short | long | prev | next)
1991/0709    
	Freq=		1193182,	/* Real clock frequency */ 
1991/0705    
}; 
 
1991/0719    
/* 
 *  delay for l milliseconds 
 */ 
void 
delay(int l) 
{ 
	int i; 
 
	while(--l){ 
		for(i=0; i < 404; i++) 
			; 
	} 
} 
 
1991/0704    
void 
clockinit(void) 
{ 


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