forked from Bananymous/banan-os
Kernel: Start all processors on kernel boot
Processors don't do anything, except print hello message and halt.
This commit is contained in:
@@ -16,6 +16,8 @@ namespace Kernel
|
||||
virtual BAN::ErrorOr<void> reserve_irq(uint8_t irq) override;
|
||||
virtual BAN::Optional<uint8_t> get_free_irq() override;
|
||||
|
||||
virtual void initialize_multiprocessor() override;
|
||||
|
||||
static void remap();
|
||||
static void mask_all();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user