kern

annotate src/config.h @ 51:b1e8c8251884

lalalala
author John Tsiombikas <nuclear@member.fsf.org>
date Mon, 01 Aug 2011 06:45:29 +0300
parents 373a9f50b4e6
children fa65b4f45366
rev   line source
nuclear@33 1 #ifndef _CONFIG_H_
nuclear@33 2 #define _CONFIG_H_
nuclear@33 3
nuclear@33 4 /* frequency of generated timer ticks in hertz */
nuclear@33 5 #define TICK_FREQ_HZ 250
nuclear@33 6
nuclear@51 7 #define TIMESLICE 100
nuclear@51 8 #define TIMESLICE_TICKS (TIMESLICE * TICK_FREQ_HZ / 1000)
nuclear@51 9
nuclear@33 10 #endif /* _CONFIG_H_ */