move mp.h to low-level
This commit is contained in:
parent
a8acdf02ee
commit
fa74a74984
|
@ -6,7 +6,6 @@ x86.h
|
||||||
asm.h
|
asm.h
|
||||||
mmu.h
|
mmu.h
|
||||||
elf.h
|
elf.h
|
||||||
mp.h
|
|
||||||
|
|
||||||
# startup
|
# startup
|
||||||
bootasm.S
|
bootasm.S
|
||||||
|
@ -53,11 +52,11 @@ exec.c
|
||||||
# pipes
|
# pipes
|
||||||
pipe.c
|
pipe.c
|
||||||
|
|
||||||
|
|
||||||
# string operations
|
# string operations
|
||||||
string.c
|
string.c
|
||||||
|
|
||||||
# low-level PC
|
# low-level PC
|
||||||
|
mp.h
|
||||||
mp.c
|
mp.c
|
||||||
lapic.c
|
lapic.c
|
||||||
ioapic.c
|
ioapic.c
|
||||||
|
@ -80,5 +79,3 @@ console.c
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue