mirror of
https://github.com/RGBCube/serenity
synced 2025-05-28 14:25:06 +00:00
These changes were lying around uncommitted in the old repo.
I'm just gonna commit them without too much thinking and then take it from there.
This commit is contained in:
parent
87d41bdca4
commit
72bb80a9ae
8 changed files with 94 additions and 81 deletions
|
@ -111,12 +111,11 @@ void init()
|
|||
|
||||
extern void panel_main();
|
||||
|
||||
new Task(0, "KernelTask", IPC::Handle::Any, Task::Ring0);
|
||||
new Task(panel_main, "panel", IPC::Handle::PanelTask, Task::Ring0);
|
||||
|
||||
//new Task(led_disco, "led-disco", IPC::Handle::Any, Task::Ring0);
|
||||
|
||||
sched();
|
||||
scheduleNewTask();
|
||||
enableInterrupts();
|
||||
|
||||
banner();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue