docs/mod/timer.md in flok-0.0.36 vs docs/mod/timer.md in flok-0.0.38

- old
+ new

@@ -1,8 +1,10 @@ #Timer (timer.js) ###Functions +`if_timer_init(tps)` - Initiate a timer that calls `int_timer` N `tps` (ticsk per second). This is always called via the cpu scheduling class (3) -`if_timer_init(tps)` - Initiate a timer that calls `int_timer` N `tps` (ticsk per second) - ###Interrupts `int_timer` - Called by the device at the rate described in `tps`. This function lives inside the `timer` service's initialization portion. + +###Callout +The kernel's `int_timer` function gets sent to `callout_wakeup()` located in `callout.js`.