=================================================================== RCS file: /cvs/funnyos/arch/testarm/config.c,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- funnyos/arch/testarm/config.c 2007/11/20 16:10:52 1.13 +++ funnyos/arch/testarm/config.c 2007/11/23 13:37:42 1.14 @@ -1,5 +1,5 @@ /* - * $Id: config.c,v 1.13 2007/11/20 16:10:52 nbrk Exp $ + * $Id: config.c,v 1.14 2007/11/23 13:37:42 nbrk Exp $ */ #include #include @@ -24,6 +24,7 @@ /* tasks */ extern void hello_enter(void); +extern void hello2_enter(void); /* amount of physical memory, in Bytes */ @@ -66,6 +67,7 @@ struct u_task config_tasklist[] = { /* name, priority, enter */ { "hello", 1, hello_enter }, + { "hello2",1, hello2_enter }, { NULL, 0, NULL } };