Kernel: Add PageTable stub to progress linking

This commit is contained in:
2024-03-22 15:13:33 +02:00
parent fe17958b9f
commit 1ab2722850
2 changed files with 145 additions and 0 deletions

View File

@@ -124,6 +124,7 @@ elseif("${BANAN_ARCH}" STREQUAL "i386")
set(KERNEL_SOURCES
${KERNEL_SOURCES}
arch/i386/boot.S
arch/i386/PageTable.cpp
arch/i386/SpinLock.S
arch/i386/Syscall.S
arch/i386/Thread.S