mirror of
https://github.com/wichtounet/thor-os.git
synced 2025-09-11 13:35:03 -04:00
Add debug message
This commit is contained in:
parent
fffdc5606a
commit
cd5ccc2867
@ -695,6 +695,8 @@ void scheduler::init(){
|
|||||||
}
|
}
|
||||||
|
|
||||||
void scheduler::start(){
|
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
|
// TODO The current_pid should be set dynamically to the task in the list
|
||||||
// with highest priority
|
// with highest priority
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user