2

When debugging a kernel running on the simics-x86-core-i7-x58-ich10 target, how to print the physical memory map? memory-map seems to print only the physical memory space mapping for objects (ram, apic, vga, etc.).

l2p print the mapping for a specific logical address, not for all the mapping.

Mahouk
  • 902
  • 9
  • 28

1 Answers1

3

You can use cpu0.tlb.[core_number][thread_number].status or cpu1.tlb.[core_number][thread_number].status, etc.

Jeffrey02
  • 71
  • 3