mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-06 16:45:03 +00:00
Make the stage2 init task sleep dreamily when finished.
Something is off about scheduling, I don't think the kernel is handing out all the available time to processes that are available to run.
This commit is contained in:
@@ -165,6 +165,7 @@ static void init_stage2()
|
||||
#endif
|
||||
|
||||
for (;;) {
|
||||
sleep(3600 * TICKS_PER_SECOND);
|
||||
asm("hlt");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user