Kernel: APs now start their idle threads when scheduler is started

This commit is contained in:
2024-03-09 23:51:40 +02:00
parent 55d2a64f54
commit 45d6caa1d0
3 changed files with 11 additions and 3 deletions

View File

@@ -12,6 +12,7 @@ namespace Kernel
public:
static BAN::ErrorOr<void> initialize();
static Scheduler& get();
static bool is_started();
[[noreturn]] void start();