Kernel: APs now start their idle threads when scheduler is started
This commit is contained in:
@@ -12,6 +12,7 @@ namespace Kernel
|
||||
public:
|
||||
static BAN::ErrorOr<void> initialize();
|
||||
static Scheduler& get();
|
||||
static bool is_started();
|
||||
|
||||
[[noreturn]] void start();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user