interrupts, timer, keyboard, segments, lots of kernel code
[bootcensus] / src / config.h
1 #ifndef PCBOOT_CONFIG_H_
2 #define PCBOOT_CONFIG_H_
3
4 /* frequency of generated timer ticks in hertz */
5 #define TICK_FREQ_HZ            250
6
7 #define CON_TEXTMODE
8 #define CON_SERIAL
9
10 #endif  /* PCBOOT_CONFIG_H_ */