mirror of
https://github.com/wichtounet/thor-os.git
synced 2025-09-14 15:06:52 -04:00
Logging
This commit is contained in:
parent
e3de5e3084
commit
0a3486d0a9
@ -640,7 +640,7 @@ void scheduler::init(){
|
||||
|
||||
procfs::set_pcb(pcb.data());
|
||||
|
||||
logging::logf(logging::log_level::TRACE, "scheduler: initialized (PCB size is %m)\n", sizeof(pcb_t));
|
||||
logging::logf(logging::log_level::TRACE, "scheduler: initialized (PCB size:%m pcb_entry:%m process: %m)\n", sizeof(pcb_t), sizeof(process_control_t), sizeof(process_t));
|
||||
}
|
||||
|
||||
void scheduler::start(){
|
||||
|
Loading…
x
Reference in New Issue
Block a user