I am using kernel debugger to and wanted to know the page frame in psychical ram of virtual address.for example I have the following 0xfffff12345678911
(just example).I have executed the following command !pte 0xfffff12345678911
and in the results,I get the data of PTE VA at 0xfffff22233378911
contains "0000000000000000
"why i get zero ?The addresses are just example
↧
Getting location of psychical address via virtual address
↧