mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-05-18 17:14:28 -04:00
kern: print layout for debug during startup
This commit is contained in:
parent
d8e94996ad
commit
1d65352167
4 changed files with 155 additions and 9 deletions
|
@ -66,6 +66,7 @@ namespace ams::kern {
|
|||
static NOINLINE void InitializeCoreLocalRegion(s32 core_id);
|
||||
static NOINLINE void InitializeMainAndIdleThreads(s32 core_id);
|
||||
static NOINLINE void InitializeResourceManagers(KVirtualAddress address, size_t size);
|
||||
static NOINLINE void PrintLayout();
|
||||
|
||||
static ALWAYS_INLINE State GetState() { return s_state; }
|
||||
static ALWAYS_INLINE void SetState(State state) { s_state = state; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue