The system clock is instrumental in scheduling processes.
In Minix, the clock.c file in the kernel directory initializes the clock and sets its mode of operation to SQUARE_WAVE, that is the clock loads a fixed value into its register, counts down to 0, generates an interrupt request and automatically reloads the register and starts over.
The clock device doesn't need any special handling for the interrupt in order to start again.