Implement a proper block layer with partition support.
[pintos-anon] / src / tests / userprog / rox-simple.c
index d02439458193998cb0548e37102974c9db4931e9..e84a064cb9d602d740fd14de8635f794dd031932 100644 (file)
@@ -1,3 +1,6 @@
+/* Ensure that the executable of a running process cannot be
+   modified. */
+
 #include <syscall.h>
 #include "tests/lib.h"
 #include "tests/main.h"