|
|
Subscribe / Log in / New account

Google's Fuchsia OS Developer Site Debuts (Forbes)

Google's Fuchsia OS Developer Site Debuts (Forbes)

Posted Jul 1, 2019 20:45 UTC (Mon) by roc (subscriber, #30627)
In reply to: Google's Fuchsia OS Developer Site Debuts (Forbes) by gregkh
Parent article: Google's Fuchsia OS Developer Site Debuts (Forbes)

> if any of them actually work out to be a good idea and improvement, there's no problem with having Linux adopt them as well.

It's not that easy. Some of the ideas (e.g. "have less than 500 syscalls", "use capabilities instead of namespaces") would require breaking backward compatibility. Others would require far-reaching architectural changes in core subsystems, e.g. to support Fuschia's VM features. If you rewrite Linux's internals and replace its syscall interface is it still Linux? :-)

I'm still skeptical about Fuschia taking on Linux until we hear more about WHY Google is doing it and what the long-term plan is.


to post comments

Google's Fuchsia OS Developer Site Debuts (Forbes)

Posted Jul 4, 2019 6:20 UTC (Thu) by smurf (subscriber, #17840) [Link] (1 responses)

It's still "Fuchsia", no matter how people manage to mangle that poor plant's name.

I assume that any sort of Linux ABI compatibility isn't in the charts for Fuchsia any time soon ..?

Google's Fuchsia OS Developer Site Debuts (Forbes)

Posted Jul 4, 2019 7:59 UTC (Thu) by Cyberax (✭ supporter ✭, #52523) [Link]

The syscall layer there is completely different. Fuchsia supports a subset of POSIX API, so recompiled code will work.

A translation layer like Linuxulator from BSD might do the trick, though.


Copyright © 2025, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds