tarea.c

Go to the documentation of this file.
00001 /* tarea.c */
00002 #include "stdarg.h"
00003 #include "../include/routix.h"
00004 
00005 char msg[40];
00006 
00007 void main(void) 
00008 {
00009         int i=0;
00010         int j=1;
00011 
00012         for (j=1 ; j<10 ; j++) {
00013         
00014                 for( i=0 ; i<0x1fffff ; i++);
00015                 exec("rotor1.bin");
00016                 for( i=0 ; i<0x1fffff ; i++);
00017                 exec("rotor2.bin");
00018                 for( i=0 ; i<0x1fffff ; i++);
00019                 exec("rotor3.bin");
00020                 for( i=0 ; i<0x1fffff ; i++);
00021                 exec("rotor4.bin");
00022 
00023                 printf("\nStress info: se han logrado ejecutar %d procesos\n", 4 * j);
00024         }
00025     
00026     while(1);
00027 }
00028 

Generated on Sun May 30 18:38:35 2004 for Routix OS by doxygen 1.3.6