I have some questions on the Kernel mapping of a Linux process' higher virtual address:
Is that maps to the kernel text segment which is stored in the RAM(I read the
vmlinuz
will be extracted to the RAM)?What is the use of it?
The
pmap
of a process shows it's mapping to the exe's segments, shared memory,stack,heap. Can I see the higher address kernel mapped also?