Hi everybody,
I was wandering if it is by any way possible to deploy your own Linux kernel on the PSP. I already found a way to build it for the MIPS cpu, but any tips on building would still be helpful.
-Mr.Potato-
PSP kernel
PSP kernel
colourcode
Posted: Wed Jun 10, 2009 2:14 am Post subject: JUST MADE MY HELLOWORLD...
just made my first n00b program!!!!!!
the hello world thing.
hows that for development!
_________________
Posted: Wed Jun 10, 2009 2:14 am Post subject: JUST MADE MY HELLOWORLD...
just made my first n00b program!!!!!!
the hello world thing.
hows that for development!
_________________
I already searched the forums and haven't found myself anything useful.jbit wrote:Search the forums....
You can't run linux on a PSP, it doesn't have an MMU.
As for the MMU, I was going to run the uClinux kernel.
-Mr.Potato-
colourcode
Posted: Wed Jun 10, 2009 2:14 am Post subject: JUST MADE MY HELLOWORLD...
just made my first n00b program!!!!!!
the hello world thing.
hows that for development!
_________________
Posted: Wed Jun 10, 2009 2:14 am Post subject: JUST MADE MY HELLOWORLD...
just made my first n00b program!!!!!!
the hello world thing.
hows that for development!
_________________
Actually it's done already
http://jacksonm88.googlepages.com/linuxonpsp.htm
http://jacksonm88.googlepages.com/linuxonpsp.htm
Code: Select all
int main(){
SetupCallbacks();
makeNiceGame();
sceKernelExitGame();
}