Memory layout: Difference between revisions
No edit summary |
|||
Line 952: | Line 952: | ||
0xFFFF9000 Pointer to the current KThread instance | 0xFFFF9000 Pointer to the current KThread instance | ||
0xFFFF9004 Pointer to the current KProcess instance | 0xFFFF9004 Pointer to the current KProcess instance | ||
0xFFFF9008 Pointer to the current KScheduler instance | |||
0xFFFF9010 Pointer to the last KThread to encounter an exception | 0xFFFF9010 Pointer to the last KThread to encounter an exception | ||
0x8000040 Pointer to the current KThread instance on the ARM9 | 0x8000040 Pointer to the current KThread instance on the ARM9 | ||
0x8000044 Pointer to the current KProcess instance on the ARM9 | 0x8000044 Pointer to the current KProcess instance on the ARM9 | ||
0x8000048 Pointer to the current KScheduler instance on the ARM9 | |||
= Handles = | = Handles = |