1

Cleanup Interrupt

This commit is contained in:
2022-12-08 20:46:22 +01:00
parent 32b1eecb50
commit 6f1b83d222
6 changed files with 61 additions and 59 deletions

View File

@ -2,4 +2,5 @@ cmake_minimum_required(VERSION 3.14)
target_sources(kernel PUBLIC
${CHURLOS_SRC_DIR}/kernel/interrupt/IntDispatcher.cc
${CHURLOS_SRC_DIR}/kernel/interrupt/interrupt_asm.cpp
)