Re: How to map the Kernel / determine where particular Kernel modules are loaded in memory

2007-11-29 Thread Mulyadi Santosa
Hi The only issue remaining is to determine where the module was loaded. In /sys/module/, there are subdirs that represent module names. Under these directories, you can find pseudo files that represent module section. For example: $ cat /sys/module/nvidia/sections/.rodata 0xf93d6dc0 I am s

How to map the Kernel / determine where particular Kernel modules are loaded in memory

2007-11-29 Thread Binyamin Dissen
I am researching doing some Kernel mods on S390/z. zLinux is running under a VM. I would like to use the VM facilities to put some address stops inside the kernel so that I can examine the data available (I am an old assembler programmer, and this appears to be the easiest way for me - in the sho