Linux Forums - Linux Help,Advice & support community:LinuxSolved.com

Linux in General => Linux Kernel => Topic started by: yogesh.kumar on January 11, 2012, 06:59:19 PM

Title: How to write into physical memory location where kernel code is loaded.
Post by: yogesh.kumar on January 11, 2012, 06:59:19 PM
Hi,

I am trying to change the kernel code loaded into the memory while the kernel is running. But it seems that that memory location is non writable. Can anyone help me by telling how can I configure my kernel to make that memory location writable. I tried using /dev/mem but was only able to write in user space. Please help!!

Yogesh