]> Zhao Yanbai Git Server - minix.git/commitdiff
Corrected correction of clock's
authorBen Gras <ben@minix3.org>
Thu, 6 Oct 2005 10:21:24 +0000 (10:21 +0000)
committerBen Gras <ben@minix3.org>
Thu, 6 Oct 2005 10:21:24 +0000 (10:21 +0000)
kernel/clock.c
kernel/main.c

index 91a641022b5f576a81a3bd83da2b00d4d8240a92..58f739f299498d308ebc0fb2bb0a106dda44f28b 100755 (executable)
@@ -11,7 +11,7 @@
  *   Sep 30, 2004   source code documentation updated  (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. 
  *
  * In addition to the main clock_task() entry point, which starts the main 
index 65ee37e33c919ed88b420d9e3b6fcf7f83672c2e..74c33b2ca683f51f2fdf1da04fd56a6dfa326ebf 100755 (executable)
@@ -169,7 +169,7 @@ PUBLIC void main()
 PRIVATE void announce(void)
 {
   /* Display the MINIX startup banner. */
-  kprintf("MINIX %s.%s. "
+  kprintf("\nMINIX %s.%s. "
       "Copyright 2006, Vrije Universiteit, Amsterdam, The Netherlands\n",
       OS_RELEASE, OS_VERSION);
 #if (CHIP == INTEL)