diff options
author | kaashoek <kaashoek> | 2006-09-06 00:07:09 +0000 |
---|---|---|
committer | kaashoek <kaashoek> | 2006-09-06 00:07:09 +0000 |
commit | 56ac0d72fc2c6c3535e06f26140700b4dc096a00 (patch) | |
tree | 08fa7c6eb43dae9549bc55225f32d6f3ef5eb078 | |
parent | fae7779da70cf76468f8ec0ca8a888bde2bc64fc (diff) | |
download | xv6-labs-56ac0d72fc2c6c3535e06f26140700b4dc096a00.tar.gz xv6-labs-56ac0d72fc2c6c3535e06f26140700b4dc096a00.tar.bz2 xv6-labs-56ac0d72fc2c6c3535e06f26140700b4dc096a00.zip |
change sections and order of files in printout
-rw-r--r-- | runoff.list | 22 |
1 files changed, 15 insertions, 7 deletions
diff --git a/runoff.list b/runoff.list index 2fb524d..26fc480 100644 --- a/runoff.list +++ b/runoff.list @@ -4,20 +4,28 @@ param.h defs.h x86.h asm.h -elf.h mmu.h -spinlock.h +elf.h +mp.h -# low level startup +# startup bootasm.S bootother.S main.c +mp.c init.c + +# locks +spinlock.h spinlock.c + +# processes proc.h proc.c setjmp.S kalloc.c + +# system calls syscall.h trapasm.S traps.h @@ -37,14 +45,14 @@ fd.c fs.c bio.c ide.c + +# pipe and string library pipe.c +string.c -# mp and other "uninteresting" things -mp.h +# low-level PC ioapic.h -mp.c lapic.c ioapic.c picirq.c console.c -string.c |