PSP kernel

Discuss the development of new homebrew software, tools and libraries.

Moderators: cheriff, TyRaNiD

Post Reply
mrpotato
Posts: 2
Joined: Sat Aug 29, 2009 2:22 pm

PSP kernel

Post by mrpotato »

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-
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!
_________________
User avatar
jbit
Site Admin
Posts: 293
Joined: Sat May 28, 2005 3:11 am
Location: København, Danmark
Contact:

Post by jbit »

Search the forums....
You can't run linux on a PSP, it doesn't have an MMU.
mrpotato
Posts: 2
Joined: Sat Aug 29, 2009 2:22 pm

Post by mrpotato »

jbit wrote:Search the forums....
You can't run linux on a PSP, it doesn't have an MMU.
I already searched the forums and haven't found myself anything useful.
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!
_________________
jojojoris
Posts: 255
Joined: Sun Mar 30, 2008 4:06 am

Post by jojojoris »

Code: Select all

int main(){
     SetupCallbacks();
     makeNiceGame();
     sceKernelExitGame();
}
J.F.
Posts: 2906
Joined: Sun Feb 22, 2004 11:41 am

Post by J.F. »

There's a BIG thread on uclinux on the PSP here... search for it and read the whole thread. That should keep you from duplicating work already done before.
Post Reply