Kernel: Implement dummy IDT and GDT for i386

This commit is contained in:
2024-03-26 00:08:11 +02:00
parent 2dd0bfdece
commit 097d9a6479
3 changed files with 54 additions and 0 deletions

View File

@@ -124,6 +124,8 @@ elseif("${BANAN_ARCH}" STREQUAL "i386")
set(KERNEL_SOURCES
${KERNEL_SOURCES}
arch/i386/boot.S
arch/i386/GDT.cpp
arch/i386/IDT.cpp
arch/i386/PageTable.cpp
arch/i386/Signal.S
arch/i386/Syscall.S