1
0
Fork 0
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:
Stefan Lankes 2016-05-26 10:00:25 +02:00
parent 6a2d7e4727
commit 69bb0a6a1c

View file

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