david/ipxe
david
/
ipxe
Archived
1
0
Fork 0

[Timers] Move TIMER_BIOS and TIMER_RDTSC to their own config.h section.

This commit is contained in:
Michael Brown 2008-03-02 02:33:54 +00:00
parent 3dd897f986
commit 4704abbc50
1 changed files with 10 additions and 3 deletions

View File

@ -23,9 +23,6 @@
#undef CONSOLE_BTEXT /* Who knows what this does? */
#undef CONSOLE_PC_KBD /* Direct access to PC keyboard */
#define TIMER_BIOS
#define TIMER_RDTSC
/* @END general.h */
/* @BEGIN serial.h
@ -54,6 +51,16 @@
/* @END serial.h */
/* @BEGIN general.h
*
* Timer configuration
*
*/
#define TIMER_BIOS /* 18Hz BIOS timer */
#define TIMER_RDTSC /* CPU TimeStamp Counter timer */
/* @END general.h */
/* @BEGIN isa.h
*
* ISA probe address configuration