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?
Porting android OS to PSP?
Porting android OS to PSP?
(New Member on the Loose)
Wrong. From the Android About page:
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.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.
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.
I run Android on my HP mobile phone(originally running on Windows mobile) with 64M memory without problem.
Re: 64M IS ENOUGH
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.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.