mirror of
https://github.com/xcat2/xNBA.git
synced 2025-02-18 03:24:29 +00:00
[Timers] Move TIMER_BIOS and TIMER_RDTSC to their own config.h section.
This commit is contained in:
parent
3dd897f986
commit
4704abbc50
13
src/config.h
13
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user