基本概括

作者: panOS | 来源:发表于2018-11-02 11:02 被阅读0次

Zircon is the core platform that powers the Fuchsia OS.  Zircon is

composed of a microkernel (source in kernel/...) as well as a small

set of userspace services, drivers, and libraries (source in system/...)

necessary for the system to boot, talk to hardware, load userspace

processes and run them, etc.  Fuchsia builds a much larger OS on top

of this foundation.

The canonical Zircon Git repository is located

at: https://fuchsia.googlesource.com/zircon

A read-only mirror of the code is present

at: https://github.com/fuchsia-mirror/zircon

The Zircon Kernel provides syscalls to manage processes, threads,

virtual memory, inter-process communication, waiting on object state

changes, and locking (via futexes).

Currently there are some temporary syscalls that have been used for early

bringup work, which will be going away in the future as the long term

syscall API/ABI surface is finalized.  The expectation is that there will

be about 100 syscalls.

Zircon syscalls are generally non-blocking.  The wait_one, wait_many

port_wait and thread sleep being the notable exceptions.

相关文章

  • 基本概括

    Zircon is the core platform that powers the Fuchsia OS. Z...

  • HTML基本概括

    hi,大家好,欢迎关注我的微信公众号“码农范er”,集分享,交友,聊天为一体,总有你喜欢的、快点关注我吧~ htm...

  • JavaScript数组的基本概括

    javaScript数组:有序,可扩容,可缩容,存储类型不要求一致。数组中可同时存储不同类型的数据。

  • 趣说

    唐诗基本可以概括为:田园有宅男;边塞多愤青;咏古伤不起;送别满激情。 宋词基本可以概括为:小资喝花酒;老兵坐床头;...

  • M.M

    复习了移动通信的基本技术,做了一次概括。

  • 【论文通用结构】启发式论文结构模板

    摘要 摘要注重逻辑和高度概括性,我的基本写作思路是: 社会背景 -> 技术背景 -> 动机 -> 主要工作高度概括...

  • 自动化基本概念概括

    什么是自动化?或者说什么是自动化机器和自动化生产?对于自动化行业内的人士来说,理解起来并不是很难,虽然我们可能不一...

  • 手摸手,教你使用 laravel-passport 实现 oau

    知识点概括 oauth 2.0 概念 laravel passport 基本使用 guzzlehttp 组件使用 ...

  • 篆书入门系列(2):小篆的基本笔法

    小篆的基本笔法: 掌握小篆的基本笔法,是学好篆书最关键的基本功。小篆的基本笔法应当用“中锋用笔”来概括。就是说笔的...

  • 钢材断裂原因的基本分析概括

    舞阳钢铁一级代理:15225100392(同微信) 前言: 用于各行业的钢材品种达数千种之多。每种钢材都因不...

网友评论

    本文标题:基本概括

    本文链接:https://www.haomeiwen.com/subject/ipmqxqtx.html