|
2010-05-01
, 13:47
|
Posts: 5,335 |
Thanked: 8,187 times |
Joined on Mar 2007
@ Pennsylvania, USA
|
#42
|
|
2010-05-10
, 18:39
|
Posts: 120 |
Thanked: 33 times |
Joined on Jan 2010
|
#43
|
|
2010-05-10
, 18:44
|
Posts: 159 |
Thanked: 49 times |
Joined on Jan 2010
|
#44
|
|
2010-05-10
, 18:53
|
Posts: 120 |
Thanked: 33 times |
Joined on Jan 2010
|
#45
|
i'm sure it's possible. just don't think there is much demand for porting maemo to the nexus one.
|
2010-05-10
, 18:59
|
Posts: 5,335 |
Thanked: 8,187 times |
Joined on Mar 2007
@ Pennsylvania, USA
|
#46
|
|
2010-05-11
, 00:52
|
|
Posts: 337 |
Thanked: 283 times |
Joined on Nov 2009
@ NYC
|
#47
|
|
2010-05-11
, 11:33
|
|
Posts: 1,716 |
Thanked: 3,007 times |
Joined on Dec 2009
@ Warsaw, Poland
|
#48
|
|
2010-05-14
, 22:48
|
|
Posts: 1,716 |
Thanked: 3,007 times |
Joined on Dec 2009
@ Warsaw, Poland
|
#49
|
|
2010-05-14
, 23:22
|
Posts: 71 |
Thanked: 36 times |
Joined on Nov 2009
@ CT, USA
|
#50
|
The Android kernel code is more than just the few weird drivers that were in the drivers/staging/android subdirectory in the kernel. In order to get a working Android system, you need the new lock type they have created, as well as hooks in the core system for their security model.
In order to write a driver for hardware to work on Android, you need to properly integrate into this new lock, as well as sometimes the bizarre security model. Oh, and then there's the totally-different framebuffer driver infrastructure as well.
This means that any drivers written for Android hardware platforms, can not get merged into the main kernel tree because they have dependencies on code that only lives in Google's kernel tree, causing it to fail to build in the kernel.org tree.
Because of this, Google has now prevented a large chunk of hardware drivers and platform code from ever getting merged into the main kernel tree. Effectively creating a kernel branch that a number of different vendors are now relying on.
Now branches in the Linux kernel source tree are fine and they happen with every distro release. But this is much worse. Because Google doesn't have their code merged into the mainline, these companies creating drivers and platform code are locked out from ever contributing it back to the kernel community. The kernel community has for years been telling these companies to get their code merged, so that they can take advantage of the security fixes, and handle the rapid API churn automatically. And these companies have listened, as is shown by the larger number of companies contributing to the kernel every release.
source:http://www.kroah.com/log/linux/andro...html?seemore=y
Tags |
fremantle, harmattan, install, iphone, maemo, maemo 4, maemo 5, maemo 6, mer, non-nokia, operating system, palm pre |
Thread Tools | |
|
just saw someone flash a netbook that was using windows ce with the android os. it got me to thinking....can we use maemo5 os on a netbook? and if so...where do we start in order to do this?