Implement a proper block layer with partition support.
[pintos-anon] / src / tests / userprog / read-boundary.c
index b5843a84544784a4a5f5df43f4ff829193e7801e..9c19966fa5cde0e997a005cfe3d97c9e6e170f5c 100644 (file)
@@ -1,3 +1,6 @@
+/* Reads data spanning two pages in virtual address space,
+   which must succeed. */
+
 #include <string.h>
 #include <syscall.h>
 #include "tests/userprog/boundary.h"