mirror of
https://github.com/ipxe/ipxe
synced 2025-12-27 10:02:42 +03:00
[Timers] Move TIMER_BIOS and TIMER_RDTSC to their own config.h section.
This commit is contained in:
13
src/config.h
13
src/config.h
@@ -23,9 +23,6 @@
|
|||||||
#undef CONSOLE_BTEXT /* Who knows what this does? */
|
#undef CONSOLE_BTEXT /* Who knows what this does? */
|
||||||
#undef CONSOLE_PC_KBD /* Direct access to PC keyboard */
|
#undef CONSOLE_PC_KBD /* Direct access to PC keyboard */
|
||||||
|
|
||||||
#define TIMER_BIOS
|
|
||||||
#define TIMER_RDTSC
|
|
||||||
|
|
||||||
/* @END general.h */
|
/* @END general.h */
|
||||||
|
|
||||||
/* @BEGIN serial.h
|
/* @BEGIN serial.h
|
||||||
@@ -54,6 +51,16 @@
|
|||||||
|
|
||||||
/* @END serial.h */
|
/* @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
|
/* @BEGIN isa.h
|
||||||
*
|
*
|
||||||
* ISA probe address configuration
|
* ISA probe address configuration
|
||||||
|
|||||||
Reference in New Issue
Block a user