Skip to content
Snippets Groups Projects
Commit 87b2099a authored by Austin Clements's avatar Austin Clements
Browse files

Our proc.c alignment is perfect. Since ksegment/usegment went away, we get a...

Our proc.c alignment is perfect.  Since ksegment/usegment went away, we get a column back, so we get our two action-packed spreads.
parent 13b3f4d2
No related branches found
No related tags found
No related merge requests found
...@@ -16,16 +16,15 @@ even: main.c ...@@ -16,16 +16,15 @@ even: main.c
# odd: init.c # odd: init.c
# spinlock.h either # spinlock.h either
# spinlock.c either
right: spinlock.c # mild preference right: spinlock.c # mild preference
even: proc.h # mild preference even: proc.h # mild preference
# goal is to have two action-packed 2-page spreads, # goal is to have two action-packed 2-page spreads,
# one with # one with
# ksegment usegment allocproc userinit growproc fork # allocproc userinit growproc fork
# and another with # and another with
# scheduler sched yield forkret sleep wakeup1 wakeup # scheduler sched yield forkret sleep wakeup1 wakeup
right: proc.c # VERY important right+: proc.c # VERY important
# setjmp.S either # setjmp.S either
# vm.c either # vm.c either
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment