Skip to content

jsuann/sel4zircon

Repository files navigation

Zircon on seL4

Zircon API on seL4.

Zircon objects currently supported:

  • Channels, Sockets, FIFOs
  • VMOs, VMARs
  • Threads, Processes, Jobs
  • Events, Eventpairs, Timers

Setup

Most dependencies should be covered here, although note that this project uses an older kernel and build system.

mkdir sel4zircon
cd sel4zircon
repo init -u https://github.com/jsuann/sel4zircon-manifest.git
repo sync
./projects/sel4zircon/apply-patches.sh

Build

make x64_simulation_release_xml_defconfig
make

Run

Run simulation with Qemu:

make simulate-x86_64

Information for running on actual hardware can be found here.

About

Zircon API on seL4.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published