mirror of
https://github.com/wichtounet/thor-os.git
synced 2025-09-08 20:10:04 -04:00
Add debug message
This commit is contained in:
parent
fffdc5606a
commit
cd5ccc2867
@ -695,6 +695,8 @@ void scheduler::init(){
|
||||
}
|
||||
|
||||
void scheduler::start(){
|
||||
logging::log(logging::log_level::TRACE, "scheduler: starting\n");
|
||||
|
||||
// TODO The current_pid should be set dynamically to the task in the list
|
||||
// with highest priority
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user