change sections and order of files in printout
This commit is contained in:
parent
fae7779da7
commit
56ac0d72fc
1 changed files with 16 additions and 8 deletions
24
runoff.list
24
runoff.list
|
@ -4,20 +4,28 @@ param.h
|
||||||
defs.h
|
defs.h
|
||||||
x86.h
|
x86.h
|
||||||
asm.h
|
asm.h
|
||||||
elf.h
|
|
||||||
mmu.h
|
mmu.h
|
||||||
spinlock.h
|
elf.h
|
||||||
|
mp.h
|
||||||
|
|
||||||
# low level startup
|
# startup
|
||||||
bootasm.S
|
bootasm.S
|
||||||
bootother.S
|
bootother.S
|
||||||
main.c
|
main.c
|
||||||
|
mp.c
|
||||||
init.c
|
init.c
|
||||||
|
|
||||||
|
# locks
|
||||||
|
spinlock.h
|
||||||
spinlock.c
|
spinlock.c
|
||||||
|
|
||||||
|
# processes
|
||||||
proc.h
|
proc.h
|
||||||
proc.c
|
proc.c
|
||||||
setjmp.S
|
setjmp.S
|
||||||
kalloc.c
|
kalloc.c
|
||||||
|
|
||||||
|
# system calls
|
||||||
syscall.h
|
syscall.h
|
||||||
trapasm.S
|
trapasm.S
|
||||||
traps.h
|
traps.h
|
||||||
|
@ -37,14 +45,14 @@ fd.c
|
||||||
fs.c
|
fs.c
|
||||||
bio.c
|
bio.c
|
||||||
ide.c
|
ide.c
|
||||||
pipe.c
|
|
||||||
|
|
||||||
# mp and other "uninteresting" things
|
# pipe and string library
|
||||||
mp.h
|
pipe.c
|
||||||
|
string.c
|
||||||
|
|
||||||
|
# low-level PC
|
||||||
ioapic.h
|
ioapic.h
|
||||||
mp.c
|
|
||||||
lapic.c
|
lapic.c
|
||||||
ioapic.c
|
ioapic.c
|
||||||
picirq.c
|
picirq.c
|
||||||
console.c
|
console.c
|
||||||
string.c
|
|
||||||
|
|
Loading…
Reference in a new issue