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

dma_wait
author e065746@localhost.localdomain
date Sun, 31 May 2009 15:55:00 +0900
parents e9a52d68db42
children 0c9c9906d777 c1ecbfd7ae29
comparison
equal deleted inserted replaced
241:9f62e0cd9c74 242:23e76c5369b7
9 /* Default TMend function */ 9 /* Default TMend function */
10 static void 10 static void
11 defaultTMend(void) {} 11 defaultTMend(void) {}
12 12
13 TaskManager *manager; 13 TaskManager *manager;
14 static char *help_str = "\n\ 14 static char help_str[] = "\n\
15 * Cerium program option *\n\ 15 * Cerium program option *\n\
16 -chelp Print this message \n\ 16 -chelp Print this message \n\
17 -cpu Number of CPU (default 1) \n"; 17 -cpu Number of CPU (default 1) \n";
18 18
19 int 19 int