| plan 9 kernel history: overview | file list | diff list |
1991/0716/pc/clock.c (diff list | history)
| 1991/0716/sys/src/9/pc/clock.c:23,28 – 1991/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) { | |