Add explanatory comments to userprog tests.
[pintos-anon] / src / tests / userprog / sc-boundary-2.c
index 47d28c6dfcbcec1de4b2240db03cf6671ef5b5e0..de357fcb6f7cd332ec3f83178c89adac3c7db883 100644 (file)
@@ -1,3 +1,7 @@
+/* Invokes a system call with one byte of the system call's
+   argument on a separate page from the rest of the bytes.  This
+   must work. */
+
 #include <syscall-nr.h>
 #include "tests/userprog/boundary.h"
 #include "tests/lib.h"