1

Cleanup Thread

This commit is contained in:
2022-12-08 20:16:08 +01:00
parent 3f5b0c3f17
commit 01d5b76e6d
5 changed files with 118 additions and 171 deletions

View File

@ -3,5 +3,6 @@ cmake_minimum_required(VERSION 3.14)
target_sources(kernel PUBLIC
${CHURLOS_SRC_DIR}/kernel/process/Scheduler.cc
${CHURLOS_SRC_DIR}/kernel/process/Thread.cc
${CHURLOS_SRC_DIR}/kernel/process/thread_asm.cpp
${CHURLOS_SRC_DIR}/kernel/process/Thread.asm
)