Questions tagged [fuchsia]

Fuchsia is Google's open source operating system that prioritizes security, updatability, and performance. It is based on a new kernel called Zircon and has the capability to run on universal devices including smartphones, tablets and PCs. The programming languages ​​supported for production software are C/C ++, Dart, Rust, Go and Python.

Fuchsia is a capability-based operating system developed by Google.
It is based on the new microkernel "Zircon" and is capable of running on universal devices, from embedded systems to smartphones, tablets and personal computers.

Source code documentation

Official Website

Supported programming languages (operative system and apps)

  • C
  • C++
  • Dart
  • Rust (not supported for end-devs)
  • Go (not approved)
  • Python (not supported for end-devs)

Other references

47 questions
0
votes
1 answer

Not able to install Fuchsia on LINUX

I am trying to install Fuchsia using the installation guide given by Google from here. I was able to run the first command. Prepare your build environment (Once per build environment) sudo apt-get install texinfo libglib2.0-dev liblz4-tool autoconf…
prashant0205
  • 269
  • 1
  • 3
  • 17
0
votes
1 answer

Micro-kernel architecture based operating system for desktop users?

Can we have Operating system with micro-kernel architecture targeted on desktop users? I have read here on this website that older micro-kernel can be 50% slower than Monolithic kernel, while later version like L4 were only 2% or 4% slower than the…
1 2 3
4