mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-05-16 16:14:25 -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
|
@ -59,6 +59,9 @@ namespace ams::kern {
|
|||
/* Copy the Initial Process Binary to safe memory. */
|
||||
CopyInitialProcessBinaryToKernelMemory();
|
||||
|
||||
/* Print out information about the kernel. */
|
||||
Kernel::PrintLayout();
|
||||
|
||||
/* Initialize the KObject Slab Heaps. */
|
||||
init::InitializeSlabHeaps();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue