Corrected correction of clock's
This commit is contained in:
		
							parent
							
								
									293e1ea70d
								
							
						
					
					
						commit
						4fc5f85a88
					
				| @ -11,7 +11,7 @@ | |||||||
|  *   Sep 30, 2004   source code documentation updated  (Jorrit N. Herder) |  *   Sep 30, 2004   source code documentation updated  (Jorrit N. Herder) | ||||||
|  *   Sep 24, 2004   redesigned alarm timers  (Jorrit N. Herder) |  *   Sep 24, 2004   redesigned alarm timers  (Jorrit N. Herder) | ||||||
|  * |  * | ||||||
|  * The function do_clocktick() is only triggered by the clocks interrupt  |  * The function do_clocktick() is only triggered by the clock's interrupt  | ||||||
|  * handler when a watchdog timer has expired or a process must be scheduled.  |  * handler when a watchdog timer has expired or a process must be scheduled.  | ||||||
|  * |  * | ||||||
|  * In addition to the main clock_task() entry point, which starts the main  |  * In addition to the main clock_task() entry point, which starts the main  | ||||||
|  | |||||||
| @ -169,7 +169,7 @@ PUBLIC void main() | |||||||
| PRIVATE void announce(void) | PRIVATE void announce(void) | ||||||
| { | { | ||||||
|   /* Display the MINIX startup banner. */ |   /* Display the MINIX startup banner. */ | ||||||
|   kprintf("MINIX %s.%s. " |   kprintf("\nMINIX %s.%s. " | ||||||
|       "Copyright 2006, Vrije Universiteit, Amsterdam, The Netherlands\n", |       "Copyright 2006, Vrije Universiteit, Amsterdam, The Netherlands\n", | ||||||
|       OS_RELEASE, OS_VERSION); |       OS_RELEASE, OS_VERSION); | ||||||
| #if (CHIP == INTEL) | #if (CHIP == INTEL) | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Ben Gras
						Ben Gras