Kernel: Fix multiprocessing on x86_64
I did not even start APs after initializing them... :D
This commit is contained in:
@@ -8,7 +8,8 @@
|
||||
#include <stdint.h>
|
||||
|
||||
constexpr uint8_t IRQ_VECTOR_BASE = 0x20;
|
||||
constexpr uint8_t IRQ_IPI = 32;
|
||||
constexpr uint8_t IRQ_IPI = 32;
|
||||
constexpr uint8_t IRQ_YIELD = 33;
|
||||
|
||||
namespace Kernel
|
||||
{
|
||||
|
||||
@@ -12,7 +12,6 @@ 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