diff options
| author | Michael Brown | 2008-03-02 03:33:54 +0100 |
|---|---|---|
| committer | Michael Brown | 2008-03-02 03:33:54 +0100 |
| commit | 4704abbc5075c13230e00dd30b559c6e8ca07dbb (patch) | |
| tree | 72d25e1ab16508dd0ea83259e8b29987a502e0f4 /src | |
| parent | [Timers] Do not enable serial console by default; this change should not (diff) | |
| download | ipxe-4704abbc5075c13230e00dd30b559c6e8ca07dbb.tar.gz ipxe-4704abbc5075c13230e00dd30b559c6e8ca07dbb.tar.xz ipxe-4704abbc5075c13230e00dd30b559c6e8ca07dbb.zip | |
[Timers] Move TIMER_BIOS and TIMER_RDTSC to their own config.h section.
Diffstat (limited to 'src')
| -rw-r--r-- | src/config.h | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/src/config.h b/src/config.h index b3e572692..67fdd64c6 100644 --- a/src/config.h +++ b/src/config.h @@ -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 |
