mirror of
https://github.com/hermitcore/libhermit.git
synced 2025-03-09 00:00:03 +01:00
add option to print VMA information
This commit is contained in:
parent
6a2d7e4727
commit
69bb0a6a1c
1 changed files with 1 additions and 0 deletions
|
@ -815,6 +815,7 @@ void shutdown_system(void)
|
|||
if (if_bootprocessor) {
|
||||
kprintf("Try to shutdown HermitCore\n");
|
||||
|
||||
//vma_dump();
|
||||
dump_pstate();
|
||||
|
||||
while(atomic_int32_read(&cpu_online) != 1)
|
||||
|
|
Loading…
Add table
Reference in a new issue