mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-02 06:37:52 +00:00
Add "times scheduled" field to /proc/summary
This commit is contained in:
@@ -101,7 +101,7 @@ static void undertaker_main()
|
||||
{
|
||||
for (;;) {
|
||||
Task::doHouseKeeping();
|
||||
sleep(10);
|
||||
sleep(300);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -114,10 +114,6 @@ static void init_stage2()
|
||||
|
||||
auto keyboard = make<Keyboard>();
|
||||
|
||||
extern void panel_main();
|
||||
//new Task(panel_main, "panel", IPC::Handle::PanelTask, Task::Ring0);
|
||||
//new Task(led_disco, "led-disco", IPC::Handle::Any, Task::Ring0);
|
||||
|
||||
Disk::initialize();
|
||||
|
||||
#ifdef TEST_VFS
|
||||
|
||||
Reference in New Issue
Block a user