Earlier quoted context omitted.
Could you say something, how the kernel is different from linux for example? Why would I want to choose Fuchsia for a smartphone, for example. Where is the advantage?
The key concepts are documented here: https://fuchsia.dev/fuchsia-src/concepts Some things that Fuchsia was able to do thanks to starting from scratch: - The system is based on capabilities, a security model which is based on explicit tracking of permissions. It wouldn't be possible to change Linux to be capability-based because the ambiant-authority model has been used pervasively since it was conceived 30 years ago…
Linux does provide a stable binary interface, to userspace.
> eg. binary drivers from a hardware manufacturer that wouldn't provide updates for them anymore
That can be seen as much as a downside as an upside, because it makes life a lot easier for hardware manufacturers to ship more binary blobs