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