Browse Source

[Timers] Move TIMER_BIOS and TIMER_RDTSC to their own config.h section.

tags/v0.9.4
Michael Brown 16 years ago
parent
commit
4704abbc50
1 changed files with 10 additions and 3 deletions
  1. 10
    3
      src/config.h

+ 10
- 3
src/config.h View File

23
 #undef	CONSOLE_BTEXT		/* Who knows what this does? */
23
 #undef	CONSOLE_BTEXT		/* Who knows what this does? */
24
 #undef	CONSOLE_PC_KBD		/* Direct access to PC keyboard */
24
 #undef	CONSOLE_PC_KBD		/* Direct access to PC keyboard */
25
 
25
 
26
-#define TIMER_BIOS
27
-#define TIMER_RDTSC
28
-
29
 /* @END general.h */
26
 /* @END general.h */
30
 
27
 
31
 /* @BEGIN serial.h
28
 /* @BEGIN serial.h
54
 
51
 
55
 /* @END serial.h */
52
 /* @END serial.h */
56
 
53
 
54
+/* @BEGIN general.h
55
+ *
56
+ * Timer configuration
57
+ *
58
+ */
59
+#define TIMER_BIOS		/* 18Hz BIOS timer */
60
+#define TIMER_RDTSC		/* CPU TimeStamp Counter timer */
61
+
62
+/* @END general.h */
63
+
57
 /* @BEGIN isa.h
64
 /* @BEGIN isa.h
58
  *
65
  *
59
  * ISA probe address configuration
66
  * ISA probe address configuration

Loading…
Cancel
Save