thermopshere: refactor jump-to-kernel ,add single-step code
not working under qemu yet though
This commit is contained in:
@@ -23,7 +23,8 @@ typedef struct CoreCtx {
|
||||
u8 *crashStack; // @0x10
|
||||
u64 scratch; // @0x18
|
||||
u32 coreId; // @0x20
|
||||
bool isBootCore; // @0x24
|
||||
bool isBootCore; // @0x24
|
||||
bool wasSingleStepping; // @0x25 (for pIRQ handler)
|
||||
} CoreCtx;
|
||||
|
||||
extern CoreCtx g_coreCtxs[4];
|
||||
|
||||
Reference in New Issue
Block a user