| View previous topic :: View next topic |
| Author |
Message |
ReCreate

Joined: 03 Sep 2009 Posts: 4 Location: Earth, The Milky Way
|
Posted: Fri Oct 09, 2009 11:34 am Post subject: Porting android OS to PSP? |
|
|
I simply ask if anyone has tried to port Google android OS to the PSP.
Since the source has been released(a quick google search should find it) I thought that someone may have ported it, the PSP has pretty much the same internals as a phone.(generally speaking) So it should work, right? _________________ (New Member on the Loose) |
|
| Back to top |
|
 |
J.F.
Joined: 22 Feb 2004 Posts: 2906
|
Posted: Fri Oct 09, 2009 12:27 pm Post subject: |
|
|
Wrong. From the Android About page:
| Quote: | | Android relies on Linux version 2.6 for core system services such as security, memory management, process management, network stack, and driver model. The kernel also acts as an abstraction layer between the hardware and the rest of the software stack. |
The PSP's CPU doesn't have an MMU, so the regular linux kernel can't be used. There's uclinux, but that's not in a state on the PSP where it's useful for anything. Also, the PSP doesn't have enough memory. |
|
| Back to top |
|
 |
Producted
Joined: 04 Jun 2009 Posts: 56
|
Posted: Fri Oct 09, 2009 9:04 pm Post subject: |
|
|
The core of the Android OS's goal is to run on mobile phones. It'd need a lot of editing before you stripped out all that stuff. Out of my head the source package is around the 2GB big. So yeah.... _________________ Producted.net |
|
| Back to top |
|
 |
ReCreate

Joined: 03 Sep 2009 Posts: 4 Location: Earth, The Milky Way
|
Posted: Sat Oct 10, 2009 2:43 am Post subject: |
|
|
Oh well...(also, the psp has 64MB of memory, is that not enough?)
Thanks anyways. _________________ (New Member on the Loose) |
|
| Back to top |
|
 |
J.F.
Joined: 22 Feb 2004 Posts: 2906
|
Posted: Sat Oct 10, 2009 4:05 am Post subject: |
|
|
| No. Cell phones running something like Android will have a minimum of 128 MB. Also, you forget that all the Phat PSPs out there only have 32 MB. |
|
| Back to top |
|
 |
liberty
Joined: 16 Sep 2009 Posts: 35
|
Posted: Sun Oct 11, 2009 9:07 am Post subject: 64M IS ENOUGH |
|
|
Of course NOT minimal 64M.
I run Android on my HP mobile phone(originally running on Windows mobile) with 64M memory without problem. |
|
| Back to top |
|
 |
J.F.
Joined: 22 Feb 2004 Posts: 2906
|
Posted: Sun Oct 11, 2009 12:25 pm Post subject: Re: 64M IS ENOUGH |
|
|
| liberty wrote: | Of course NOT minimal 64M.
I run Android on my HP mobile phone(originally running on Windows mobile) with 64M memory without problem. |
That's because the linux kernel provides virtual memory... which requires an MMU which doesn't exist on the PSP as mentioned earlier. Uclinux was made specifically for CPUs without an MMU, but because there's no MMU, there's no virtual memory/memory paging, which means you need REAL memory to do anything with it. |
|
| Back to top |
|
 |
|