On 10/30/05, Jeremy Pollard <Jeremy.Pollard@xxxxxxxxx> wrote: > Is there any way to find the offset of the start and end of the BSS > segment by looking at the vmlinux kernel binary. You can always run: $CROSS_COMPILEobjdump -x -D -S /lib/modules/`uname -r`/build/vmlinux Then grep for the symbols you want. Jon. -- Kernelnewbies: Help each other learn about the Linux kernel. Archive: http://mail.nl.linux.org/kernelnewbies/ FAQ: http://kernelnewbies.org/faq/