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
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