Skip to content
Snippets Groups Projects
Commit 56ac0d72 authored by kaashoek's avatar kaashoek
Browse files

change sections and order of files in printout

parent fae7779d
No related branches found
No related tags found
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment