Search found 2 matches
- Wed Aug 03, 2005 10:31 am
- Forum: PSP Development
- Topic: toolchain error
- Replies: 7
- Views: 2345
You ususally have a hunk fail when the patch file you are using was made for a different version of the file you are trying to patch. I personally would be suprised if it had something to do with the version of patch you were using, but check anyway. I'd also double check to make sure you have the r...
- Tue Aug 02, 2005 7:59 am
- Forum: PSP Development
- Topic: linux
- Replies: 9
- Views: 4704
It should be possible, but it probably wouldn't be as simple as you make it sound. First, you're going to need to write some boot strap code that would allow you to specify any kernel arguments you needed, drop the processor into kernel mode, if it's not alredy there, layout the memory for the linux...