2007-08-22 08:01:32 +02:00
|
|
|
# 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
|
2007-08-14 20:42:34 +02:00
|
|
|
even: main.c
|
2007-08-22 08:01:32 +02:00
|
|
|
# mp.c don't care at all
|
2009-08-08 10:07:30 +02:00
|
|
|
# even: initcode.S
|
|
|
|
# odd: init.c
|
2007-08-22 08:01:32 +02:00
|
|
|
|
|
|
|
# spinlock.h either
|
|
|
|
# spinlock.c either
|
|
|
|
even: proc.h # mild preference
|
2009-08-08 10:07:30 +02:00
|
|
|
|
|
|
|
# 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
|
|
|
|
|
2007-08-22 08:01:32 +02:00
|
|
|
# setjmp.S either
|
|
|
|
# kalloc.c either
|
|
|
|
|
|
|
|
# syscall.h either
|
|
|
|
# trapasm.S either
|
|
|
|
# traps.h either
|
2009-08-08 10:07:30 +02:00
|
|
|
# even: trap.c
|
2007-08-22 08:01:32 +02:00
|
|
|
# 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
|
2009-08-08 10:07:30 +02:00
|
|
|
left: ide.c
|
2007-08-22 08:01:32 +02:00
|
|
|
# odd: bio.c
|
|
|
|
odd: fs.c # VERY important
|
|
|
|
# file.c either
|
|
|
|
# exec.c either
|
|
|
|
# sysfile.c either
|
|
|
|
|
2007-08-28 07:01:04 +02:00
|
|
|
# even: pipe.c # mild preference
|
2007-08-22 08:01:32 +02:00
|
|
|
# string.c either
|
2009-08-08 10:07:30 +02:00
|
|
|
left: kbd.h
|
2007-08-28 06:26:55 +02:00
|
|
|
even: console.c
|
|
|
|
odd: sh.c
|