]> Devi Nivas Git - cs3210-lab1.git/commit
Remove the stack guard page. Processes are now contiguous from 0 to proc->sz, which...
authorAustin Clements <amdragon@mit.edu>
Wed, 1 Sep 2010 20:46:37 +0000 (16:46 -0400)
committerAustin Clements <amdragon@mit.edu>
Wed, 1 Sep 2010 20:46:37 +0000 (16:46 -0400)
commitb1d41d678888fd1a51e4844ab583f7c47f9fb218
tree623672a6f55e819aa3db670d7db9ea3311bd4a1c
parent41c4bbb505f4389a5c1660b407cd4073d7a72aab
Remove the stack guard page.  Processes are now contiguous from 0 to proc->sz, which means our syscall argument validation is correct.  Add a pointer validation test and remove the stack test, which tested for the guard page.
exec.c
syscall.c
usertests.c