Hi Magnus
On 06/14/2011 05:55 PM, Magnus G. Andersson wrote:
> Hi everybody
>
> As I can see it there are two ways you can run Android on top of Genode.
>
> 1. Port it, like L4Android, make it a para-virtualized system, or
You can think of L4Android as a variant of L4Linux. So it should
After looking at some examples and config files, I don't think I have a good
understanding on how Genode launches multiple applications, especially the
use of function env(), which returns the environment of the creating
process. Is that true that all applications launched by init currently
hav
Hi,
I want to launch multiple Genode processes. One obvious way is to take
advantage of init process. But it seems like all these init-created
processes will share the same RM session (provided by Core) and hence
the same pager. To allow each process to have its own region map, shall
I write m
Hi everybody
As I can see it there are two ways you can run Android on top of Genode.
1. Port it, like L4Android, make it a para-virtualized system, or
2. Run Android natively on Genode
Well, option number two is more of running Android apps not the whole Android
OS if I have under