tree: 19897e169e3d87384bf2c9b0081ac91a5a4a2887 [path history] [tgz]
  1. components/
  2. archive_format.md
  3. block_devices.md
  4. bluetooth_architecture.md
  5. bluetooth_source_layout.md
  6. boot_sequence.md
  7. core_libraries.md
  8. dotdot.md
  9. filesystems.md
  10. hub.md
  11. libc.md
  12. life_of_an_open.md
  13. merkleroot.md
  14. namespaces.md
  15. package_metadata.md
  16. package_uri.md
  17. process_creation.md
  18. README.md
  19. sandboxing.md
  20. wireless_networking.md
docs/the-book/README.md

Fuchsia is not Linux

A modular, capability-based operating system

This document is a collection of articles describing the Fuchsia operating system, organized around particular subsystems. Sections will be populated over time.

Zircon Kernel

Zircon is the microkernel underlying the rest of Fuchsia. Zircon also provides core drivers and Fuchsia's libc implementation.

Zircon Core

Framework

Storage

Networking

Graphics

Components

Media

  • Audio
  • Video
  • DRM

Intelligence

  • Context
  • Agent Framework
  • Suggestions

User interface

  • Device, user, and story shells
  • Stories and modules

Backwards compatibility

  • POSIX lite (what subset of POSIX we support and why)
  • Web runtime

Update and recovery

  • Verified boot
  • Updater