Implement a proper block layer with partition support.
[pintos-anon] / src / tests / userprog / read-normal.c
index a68881897b65f0a2fb6e7084ea89bf03826df084..16d15cc20f71e088587ef07a92dcf726789dbe20 100644 (file)
@@ -1,3 +1,5 @@
+/* Try reading a file in the most normal way. */
+
 #include "tests/userprog/sample.inc"
 #include "tests/lib.h"
 #include "tests/main.h"