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

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

pc/clock.c on 1991/0704
1991/0704    
#include	"u.h" 
#include	"lib.h" 
#include	"mem.h" 
#include	"dat.h" 
#include	"fns.h" 
#include	"io.h" 
#include	"ureg.h" 
 
void 
clockinit(void) 
{ 
	setvec(Clockvec, clock, SEGIG); 
} 
 


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