mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-05-05 10:42:51 +00:00
Some refactor and style tweaks.
This commit is contained in:
parent
03a8357e84
commit
6304c771dd
Notes:
sideshowbarker
2024-07-19 18:32:17 +09:00
Author: https://github.com/awesomekling
Commit: 6304c771dd
7 changed files with 103 additions and 113 deletions
|
@ -308,8 +308,8 @@ void init()
|
|||
|
||||
Process::initialize();
|
||||
|
||||
Process::createKernelProcess(undertaker_main, "undertaker");
|
||||
Process::createKernelProcess(init_stage2, "init");
|
||||
Process::create_kernel_process(undertaker_main, "undertaker");
|
||||
Process::create_kernel_process(init_stage2, "init");
|
||||
|
||||
scheduleNewProcess();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue