Move configuration defines to .cc file instead of .h one.
This commit is contained in:
parent
640ec800fb
commit
2f451da125
@ -1,5 +1,8 @@
|
||||
#include "bochs.h"
|
||||
|
||||
#define BX_USE_VIRTUAL_TIMERS 0
|
||||
#define BX_VIRTUAL_TIMERS_REALTIME 0
|
||||
|
||||
//Important constant #defines:
|
||||
#define USEC_PER_SECOND (1000000)
|
||||
|
||||
|
@ -3,9 +3,6 @@
|
||||
#define _BX_VIRT_TIMER_H
|
||||
|
||||
|
||||
#define BX_USE_VIRTUAL_TIMERS 0
|
||||
#define BX_VIRTUAL_TIMERS_REALTIME 0
|
||||
|
||||
#define BX_MAX_VIRTUAL_TIMERS (15+BX_SMP_PROCESSORS)
|
||||
#define BX_NULL_VIRTUAL_TIMER_HANDLE 10000
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user