feat(scheduler): working scheduler
This commit is contained in:
@@ -25,4 +25,4 @@ enum {
|
||||
|
||||
void GICInitialize(Pointer gicdVirtBase, Pointer giccVirtBase);
|
||||
void GICEnableInterrupt(UInt32 irqID);
|
||||
void GICDispatch(ExceptionsType type);
|
||||
Address GICDispatch(ExceptionsContext* frame, ExceptionsType type);
|
||||
Reference in New Issue
Block a user