Hacker News new | ask | show | jobs
by linuxftw 1854 days ago
It's a pet project. If you want to solve the kernel ABI problem, you can easily hard-fork and maintain that ABI indefinitely from any Linux kernel.

And if that sounds like it's too hard, imagine how hard it is to maintain your own kernel, and all the associated user space you now have to reinvent.

In fact, you don't even need to hard fork. You could have your own rolling tree with a stable "Android ABI" interface that vendors can write drivers against, optionally.

In any case, no company in their right mind would use this project. Google has proven repeatedly they will enforce a monopoly on their platform one way or another.

1 comments

It accomplishes much more than just solving the kernel ABI problem.
It doesn't accomplish anything because nobody's going to use it.
May the best software win.

Anyway, if they succeed in integrating it into Android then that will be a lot of users :P

Seeing as how this is like the 5th or 6th year there has been some sort of press coverage about "Google's new OS" I'm not going to hold my breath.
Android already uses a similar model since Project Treble was introduced, with version 8 all drivers must use Android IPC instead of being Linux drivers.

Treble driver model is quite similar to Fuchsia, so it already happened, no need to prove anything.