Kernel Magenta used by fuchsia

Source: Internet
Author: User

Code Download Address


Https://fuchsia.googlesource.com/magenta


Using GitHub's image


Https://github.com/fuchsia-mirror/magenta


Brief introduction

Https://github.com/fuchsia-mirror/magenta/blob/master/docs/index.md


Magenta is the core platform that powers the Fuchsia OS. Magenta iscomposed of a microkernel as well as a small set of userspace services,drivers, and libraries necessary for the System to boot, talk to hardware,load userspace processes and run them, etc. Fuchsia builds a much largeros on top of the This foundation.

The Magenta Kernel is a medium-sized microkernel. It provides services (via Syscalls) to manage processes, threads, virtual memory, Inter-processcommunication, waiting on OB Ject state changes, and locking (via Futexes).

Currently there is some temporary syscalls that has been used for earlybringup work, which'll be going away in the FUT Ure as the long Termsyscall Api/abi surface is finalized. The expectation is this there willbe 10s, not 100s of Syscalls.

Magenta Syscalls is generally non-blocking. The wait (one, many, set) family of Syscalls, Ioport reads, and thread sleep being the notableexceptions.

This page is a non-comprehensive index of the magenta documentation. Getting Started relationship with LK Kernel Objects Process Objects Thread Objects Handles futexes System Calls

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.