diff TaskManager/kernel/main.cc @ 242:23e76c5369b7 draft

dma_wait
author e065746@localhost.localdomain
date Sun, 31 May 2009 15:55:00 +0900 (2009-05-31)
parents e9a52d68db42
children 0c9c9906d777 c1ecbfd7ae29
line wrap: on
line diff
--- a/TaskManager/kernel/main.cc	Sat May 30 16:21:42 2009 +0900
+++ b/TaskManager/kernel/main.cc	Sun May 31 15:55:00 2009 +0900
@@ -11,7 +11,7 @@
 defaultTMend(void) {}
 
 TaskManager *manager;
-static char *help_str = "\n\
+static char help_str[] = "\n\
 * Cerium program option *\n\
   -chelp Print this message \n\
   -cpu   Number of CPU (default 1) \n";