kernel: reduce log message spam during boot

This commit is contained in:
2023-04-09 17:14:19 +01:00
parent eb998860a5
commit b1b16ba19c
8 changed files with 16 additions and 30 deletions

View File

@@ -33,6 +33,5 @@ kern_status_t sched_init(void)
this_cpu->c_current_thread = this_thread;
put_cpu(this_cpu);
printk("sched: initialised");
return status;
}