|  | @@ -23,9 +23,6 @@
 | 
		
	
		
			
			| 23 | 23 |  #undef	CONSOLE_BTEXT		/* Who knows what this does? */
 | 
		
	
		
			
			| 24 | 24 |  #undef	CONSOLE_PC_KBD		/* Direct access to PC keyboard */
 | 
		
	
		
			
			| 25 | 25 |  
 | 
		
	
		
			
			| 26 |  | -#define TIMER_BIOS
 | 
		
	
		
			
			| 27 |  | -#define TIMER_RDTSC
 | 
		
	
		
			
			| 28 |  | -
 | 
		
	
		
			
			| 29 | 26 |  /* @END general.h */
 | 
		
	
		
			
			| 30 | 27 |  
 | 
		
	
		
			
			| 31 | 28 |  /* @BEGIN serial.h
 | 
		
	
	
		
			
			|  | @@ -54,6 +51,16 @@
 | 
		
	
		
			
			| 54 | 51 |  
 | 
		
	
		
			
			| 55 | 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 | 64 |  /* @BEGIN isa.h
 | 
		
	
		
			
			| 58 | 65 |   *
 | 
		
	
		
			
			| 59 | 66 |   * ISA probe address configuration
 |