forked from Bananymous/banan-os
Kernel: Implement IPI broadcasting
This commit is contained in:
@@ -7,6 +7,7 @@
|
||||
#include <stdint.h>
|
||||
|
||||
constexpr uint8_t IRQ_VECTOR_BASE = 0x20;
|
||||
constexpr uint8_t IRQ_IPI = 32;
|
||||
|
||||
namespace Kernel
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user