Google releases Fuchsia specification for its non-Linux operating system

Google releases Fuchsia specification for its non-Linux operating system

Google has revealed details of its non-Linux operating system, Fuchsia.

[[226049]]

This week, Google released what it calls "The Book": a programmer's guide to operating Fuchsia.

According to the document, Fuchsia uses a microkernel architecture and is dedicated to being an operating system for embedded devices. The document describes Fuchsia's kernel design, software interface, services and libraries for running programs, storing data, and accessing the network, as well as how users can draw things on the screen. Judging from the document, the operating system is still under development.

These files point to lk, or Little Kernel, developed by Travis Geiselbrecht, who is very capable in designing operating systems. He joined Google in 2012 and has been working on the development of Fuchsia with Google employees since 2015.

The Fuchsia kernel, called Zircon, is written in C based on lk. It provides applications with 32-bit handles to access objects through system calls, which are used to manage memory, exchange information with other running programs, and use synchronization primitives. The system also provides C++ classes that allow objects to be manipulated through system calls.

Other concepts are defined in the document, including jobs, processes, threads, signals, wait rules, and events.

Next to the kernel is the Zircon Core, which handles device drivers, POSIX-compliant input and output, the C runtime and ELF binary loading, and most importantly the Zircon Framework, which runs core libraries, applications and provides namespaces and sandboxes. The document also explains issues such as storage, graphics and networking.

The source code indicates that the system supports x86-64 and arm64 processor architectures.

Currently, the document has not yet completed the description of compatibility and other issues.

<<:  How did Zhang Xiaolong build the huge business empire of WeChat?

>>:  The past and present of mobile phone cameras are like a game of PlayerUnknown's Battlegrounds

Recommend

How did Chinese scientists bring down the price of abalone? | BoLan Daily

How did Chinese scientists bring down the price o...

Tesla Model 3 will be the first to adopt innovative glass technology

Recently, according to US media reports on Novemb...

Trump supporters launch campaign against Musk, Tesla and SpaceX

Recently, according to foreign media reports, a r...

Android solves ListView loading picture flickering

Recently, I was responsible for leading the compa...

How to solve some problems encountered in Xcode9 and iOS 11

1. After upgrading to Xcode9, create a new projec...

How should we write copy in 2018?

Another year has passed, and another year of writ...

Qiuqiu's 7-day traffic explosion attack and defense strategy (Issue 1-2)

This course can help you solve the problems of ins...