Implement a proper block layer with partition support.
[pintos-anon] / src / tests / userprog / rox-multichild.c
index 602d767c3a3a02434c019bcec4411db3a5db90e4..8e74dab244d4405a320b4266ad6a1902a71f187d 100644 (file)
@@ -1,2 +1,5 @@
+/* Ensure that the executable of a running process cannot be
+   modified, even in the presence of multiple children. */
+
 #define CHILD_CNT "5"
 #include "tests/userprog/rox-child.inc"