Kernel: Implement IPI broadcasting
This commit is contained in:
@@ -214,6 +214,7 @@ extern "C" void ap_main()
|
||||
Processor::initialize();
|
||||
PageTable::kernel().initial_load();
|
||||
Processor::allocate_idle_thread();
|
||||
InterruptController::get().enable();
|
||||
|
||||
dprintln("ap{} initialized", Processor::current_id());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user