feat(kernel): add vectors.S and Exceptions.h/c as a stub for future exceptions handling

This commit is contained in:
karina
2026-04-23 22:03:18 +04:00
parent 502413b9ab
commit 93bce5a46d
6 changed files with 171 additions and 1 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
file(GLOB_RECURSE KERNEL_SOURCES CMAKE_CONFIGURE_DEPENDS
${CMAKE_CURRENT_SOURCE_DIR}/Source/KernelMain.c
${CMAKE_CURRENT_SOURCE_DIR}/Source/Arch/entry.S
# ${CMAKE_CURRENT_SOURCE_DIR}/Source/IO/*.c
${CMAKE_CURRENT_SOURCE_DIR}/Source/Arch/vectors.S
${CMAKE_CURRENT_SOURCE_DIR}/Source/**/*.c
)