diff --git a/Informe.pdf b/Informe.pdf index 6f3a7b1..cc57cfb 100644 Binary files a/Informe.pdf and b/Informe.pdf differ diff --git a/Userland/SampleCodeModule/shell/commands/test_processes.c b/Userland/SampleCodeModule/shell/commands/test_processes.c index a29d390..70aabcd 100644 --- a/Userland/SampleCodeModule/shell/commands/test_processes.c +++ b/Userland/SampleCodeModule/shell/commands/test_processes.c @@ -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"};