diff options
Diffstat (limited to 'labs/syscall.html')
| -rw-r--r-- | labs/syscall.html | 6 | 
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> + | 
