Skip to content
Snippets Groups Projects
runoff.spec 1.04 KiB
Newer Older
rsc's avatar
 
rsc committed
# types.h either
# param.h either
# defs.h either
# x86.h either
# asm.h either
# mmu.h either
# elf.h either
# mp.h either

even: bootasm.S  # mild preference
even: bootother.S  # mild preference
# bootmain.c either
rsc's avatar
rsc committed
even: main.c
rsc's avatar
 
rsc committed
# mp.c don't care at all
# even: initcode.S
# odd: init.c
rsc's avatar
 
rsc committed

# spinlock.h either
# spinlock.c either
even: proc.h  # mild preference

# goal is to have two action-packed 2-page spreads,
# one with
#     ksegment usegment allocproc userinit growproc fork
# and another with
#     scheduler sched yield forkret sleep wakeup1 wakeup
right: proc.c   # VERY important

rsc's avatar
 
rsc committed
# setjmp.S either
# kalloc.c either

# syscall.h either
# trapasm.S either
# traps.h either
# even: trap.c
rsc's avatar
 
rsc committed
# vectors.pl either
# syscall.c either
# sysproc.c either

# buf.h either
# dev.h either
# fcntl.h either
# stat.h either
# file.h either
# fs.h either
# fsvar.h either
left: ide.c
rsc's avatar
 
rsc committed
# odd: bio.c
odd: fs.c   # VERY important
# file.c either
# exec.c either
# sysfile.c either

rsc's avatar
rsc committed
# even: pipe.c  # mild preference
rsc's avatar
 
rsc committed
# string.c either
left: kbd.h
rsc's avatar
rsc committed
even: console.c
odd: sh.c