Loading and executing non-Linux kernel outside Linux memory.
From: Sumesh Kaana <hidden>
Date: 2013-10-10 08:52:40
From: Sumesh Kaana <hidden>
Date: 2013-10-10 08:52:40
Hi, I'm running Linux on a PowerPC-44x based board with 256 Megabytes of RAM at 0x5000.0000 - 0x6000.0000.Upon an error interrupt, I should load my recovery module(non-Linux kernel) at 0x4000.0000 and jump the execution to this. Any suggestions for this implementation? Would kexec allow me to load an image ouside linux's memory? Thanks,Sumesh.