From 56ac0d72fc2c6c3535e06f26140700b4dc096a00 Mon Sep 17 00:00:00 2001 From: kaashoek Date: Wed, 6 Sep 2006 00:07:09 +0000 Subject: [PATCH] change sections and order of files in printout --- runoff.list | 24 ++++++++++++++++-------- 1 file changed, 16 insertions(+), 8 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.c -# mp and other "uninteresting" things -mp.h +# pipe and string library +pipe.c +string.c + +# low-level PC ioapic.h -mp.c lapic.c ioapic.c picirq.c console.c -string.c