Skip to content

Tag: linux-kernel

Dynamically find the address at which the kernel is loaded

I’d like to be able to programmatically find out the address at which the linux kernel is loaded. If there are tools out there that already do that, I’d be willing to use them. However, inspecting the PARAMS_PHYS field in the .config during the kernel build is not an option. How could I go about d…