Skip to content
Snippets Groups Projects
Commit 7ea2d506 authored by a2-stratford's avatar a2-stratford
Browse files

Update process.c

parent 5eef1694
No related branches found
No related tags found
1 merge request!5Alex/6 implement populate stack process
...@@ -456,7 +456,6 @@ setup_stack (void **initialStackPointer, char **argv, int argc) ...@@ -456,7 +456,6 @@ setup_stack (void **initialStackPointer, char **argv, int argc)
success = install_page (((uint8_t *) PHYS_BASE) - PGSIZE, kpage, true); success = install_page (((uint8_t *) PHYS_BASE) - PGSIZE, kpage, true);
if (success) { if (success) {
*initialStackPointer = PHYS_BASE - 12; *initialStackPointer = PHYS_BASE - 12;
arr[]
} else } else
palloc_free_page (kpage); palloc_free_page (kpage);
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment