pub const TIMER_HZ: u64 = 100;
Kernel timer frequency in Hz.
All tick-to-time conversions must use this constant. 100 Hz → 10 ms per tick, good balance between latency and overhead.