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:
Santiago Lo Coco 2021-11-03 10:39:42 -03:00
parent 294b48bb0a
commit 774e5dcdb2
2 changed files with 2 additions and 0 deletions

Binary file not shown.

View File

@ -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"};