| 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); } | |