feat(scheduler): working scheduler
This commit is contained in:
@@ -36,6 +36,8 @@ typedef struct ExceptionsContext {
|
||||
UInt64 elr_el1; // pc
|
||||
UInt64 spsr_el1; // cpu status
|
||||
UInt64 esr_el1; // error reason
|
||||
UInt64 sp_el0; // user's stack
|
||||
UInt64 padding; // align to 16 bytes
|
||||
} ExceptionsContext;
|
||||
|
||||
typedef enum ExceptionsType {
|
||||
|
||||
Reference in New Issue
Block a user