kern: print layout for debug during startup

This commit is contained in:
Michael Scire 2020-02-09 01:16:13 -08:00
parent d8e94996ad
commit 1d65352167
4 changed files with 155 additions and 9 deletions

View file

@ -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();