From d82f43e0c747347de18737f4a446474207fb65b9 Mon Sep 17 00:00:00 2001 From: Frans Kaashoek Date: Sat, 27 Jul 2019 16:00:12 -0400 Subject: Checkpoint start of locking lab --- labs/syscall.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'labs/syscall.html') 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.

You should put the following example program in user/alarmtest.c: -XXX Insert the final program here +XXX Insert the final program here; maybe just give the code in the repo

 #include "kernel/param.h"
 #include "kernel/types.h"
@@ -315,7 +315,11 @@ use only one CPU, which you can do by running
   
 

Once you pass test0 and test1, run usertests to make sure you didn't break any other parts of the kernel. + + + + -- cgit v1.2.3