Kernel: Remove old GDT, IDT and MMU code from i386

It will be easier to just rewrite them
This commit is contained in:
2024-03-22 12:47:34 +02:00
parent 7ce0370b6a
commit 26ed689d30
4 changed files with 0 additions and 647 deletions

View File

@@ -117,9 +117,6 @@ elseif("${BANAN_ARCH}" STREQUAL "i386")
set(KERNEL_SOURCES
${KERNEL_SOURCES}
arch/i386/boot.S
arch/i386/GDT.cpp
arch/i386/IDT.cpp
arch/i386/MMU.cpp
arch/i386/SpinLock.S
arch/i386/Thread.S
)