mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 04:07:44 +00:00
The syncd loop can just be a lambda.
This commit is contained in:
parent
503e32552c
commit
033a42b580
5 changed files with 10 additions and 18 deletions
|
@ -269,7 +269,7 @@ void Scheduler::initialize()
|
|||
memset(&s_redirection, 0, sizeof(s_redirection));
|
||||
s_redirection.selector = gdt_alloc_entry();
|
||||
initialize_redirection();
|
||||
s_colonel_process = Process::create_kernel_process(nullptr, "colonel");
|
||||
s_colonel_process = Process::create_kernel_process("colonel", nullptr);
|
||||
current = nullptr;
|
||||
load_task_register(s_redirection.selector);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue