Move configuration defines to .cc file instead of .h one.

This commit is contained in:
Gregory Alexander 2003-02-17 05:08:48 +00:00
parent 640ec800fb
commit 2f451da125
2 changed files with 3 additions and 3 deletions

View File

@ -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)

View File

@ -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