ARM9 OS: Difference between revisions
Hallowizer (talk | contribs) →Threads: updated unknown fields |
Hallowizer (talk | contribs) →Threads: kernelSp is a system stack used for thread cleanup and SVCs |
||
| Line 30: | Line 30: | ||
void *lr; // 0x3c | void *lr; // 0x3c | ||
void *pc; // 0x40 | void *pc; // 0x40 | ||
void * | void *systemStack; // 0x44 | ||
struct OSMathContext math; // 0x48 | struct OSMathContext math; // 0x48 | ||
} | } | ||