]> Devi Nivas Git - cs3210-lab1.git/commitdiff
Our proc.c alignment is perfect. Since ksegment/usegment went away, we get a column...
authorAustin Clements <amdragon@mit.edu>
Tue, 31 Aug 2010 21:49:47 +0000 (17:49 -0400)
committerAustin Clements <amdragon@mit.edu>
Tue, 31 Aug 2010 21:49:47 +0000 (17:49 -0400)
runoff.spec

index 46dcc090aff75ed38406ec0480c8ad841e3f06bb..e6f5a955cfe595698f97d9ab8414d5487b24c1de 100644 (file)
@@ -16,16 +16,15 @@ even: main.c
 # odd: init.c
 
 # spinlock.h either
-# spinlock.c either
 right: spinlock.c  # mild preference
 even: proc.h  # mild preference
 
 # goal is to have two action-packed 2-page spreads,
 # one with
-#     ksegment usegment allocproc userinit growproc fork
+#     allocproc userinit growproc fork
 # and another with
 #     scheduler sched yield forkret sleep wakeup1 wakeup
-right: proc.c   # VERY important
+right+: proc.c   # VERY important
 
 # setjmp.S either
 # vm.c either