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

Starting from scratch - 10 steps to become a professional iOS developer

Want to get a piece of the mobile development pie...

How can medical accounts use OCPC to reduce consultation costs by 30%?

Friends who are familiar with Baidu ocpc know tha...

Soul Product Analysis

Socializing with strangers is something that many...

China Mobile is having a hard time in the second half of the year because of 4G

According to people familiar with the matter, in o...

Android phones are booming this year

In the past two years, the rapid development of A...

Fun fact: Will it definitely rain during Qingming Festival?

"During the Qingming Festival, rain falls he...

In-depth understanding of viewport in mobile front-end development

In-depth understanding of viewport in mobile fron...