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