summaryrefslogtreecommitdiff
path: root/labs/syscall.html
diff options
context:
space:
mode:
authorFrans Kaashoek <[email protected]>2019-07-27 16:00:12 -0400
committerFrans Kaashoek <[email protected]>2019-07-27 16:00:12 -0400
commitd82f43e0c747347de18737f4a446474207fb65b9 (patch)
treeda50fc0bd49395738540468ac4a9d8674195242e /labs/syscall.html
parent629faafa36325bf36e153605d6bd233f3f417a69 (diff)
downloadxv6-labs-d82f43e0c747347de18737f4a446474207fb65b9.tar.gz
xv6-labs-d82f43e0c747347de18737f4a446474207fb65b9.tar.bz2
xv6-labs-d82f43e0c747347de18737f4a446474207fb65b9.zip
Checkpoint start of locking lab
Diffstat (limited to 'labs/syscall.html')
-rw-r--r--labs/syscall.html6
1 files changed, 5 insertions, 1 deletions
diff --git a/labs/syscall.html b/labs/syscall.html
index 1e6e504..68abad2 100644
--- a/labs/syscall.html
+++ b/labs/syscall.html
@@ -121,7 +121,7 @@ interrupts.
<p>
You should put the following example program in <tt>user/alarmtest.c</tt>:
-<b>XXX Insert the final program here</b>
+<b>XXX Insert the final program here; maybe just give the code in the repo</b>
<pre>
#include "kernel/param.h"
#include "kernel/types.h"
@@ -315,7 +315,11 @@ use only one CPU, which you can do by running
<p>Once you pass <tt>test0</tt> and <tt>test1</tt>, run usertests to
make sure you didn't break any other parts of the kernel.
+
+</body>
+</html>
+