Update Informe.pdf (and make a change in test_processes.c)
Co-authored-by: Ezequiel Bellver <ebellver@itba.edu.ar> Co-authored-by: Juan Barmasch <jbarmasch@itba.edu.ar>
This commit is contained in:
parent
294b48bb0a
commit
774e5dcdb2
BIN
Informe.pdf
BIN
Informe.pdf
Binary file not shown.
|
@ -26,6 +26,8 @@ void test_processes(int argc, char ** argv){
|
|||
|
||||
int i = 0;
|
||||
while (1) {
|
||||
sys_quitCPU();
|
||||
|
||||
// Create MAX_PROCESSES processes
|
||||
for(rq = 0; rq < MAX_PROCESSES; rq++){
|
||||
char *argv[] = {"endless"};
|
||||
|
|
Loading…
Reference in New Issue