=================================================================== RCS file: /cvs/funnyos/tasks/hello.c,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- funnyos/tasks/hello.c 2007/11/23 13:08:07 1.2 +++ funnyos/tasks/hello.c 2008/01/11 15:28:31 1.3 @@ -1,5 +1,5 @@ /* - * $Id: hello.c,v 1.2 2007/11/23 13:08:07 nbrk Exp $ + * $Id: hello.c,v 1.3 2008/01/11 15:28:31 nbrk Exp $ */ #include @@ -13,7 +13,7 @@ printf("hello 1 task: enter\n"); a1: - for (a = 0; a < 1000000; a++) + for (a = 0; a < 10000000; a++) ; printf("hello from task 1\n");