ELF Start Address
Posted: Thu May 04, 2006 11:59 am
How can I change the start address of an ELF? In other words, I want to change the location in RAM that an ELF is loaded. I figured out how to do that by opening an ELF in a Hex Editor and modifying the first 4 lines. I reopened the ELF and it started at the modified address. But when I sent it through ps2link, my TV displayed a black screen with an "Exception handler: Reserved instruction Exception." It gives me a cause, BadAddr, Status, and EPC. Then there is a list of all the registers with their values.
So, how can I change the place where an ELF is loaded into ram properly? Thanks
So, how can I change the place where an ELF is loaded into ram properly? Thanks