Zircon API on seL4.
Zircon objects currently supported:
- Channels, Sockets, FIFOs
- VMOs, VMARs
- Threads, Processes, Jobs
- Events, Eventpairs, Timers
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
make x64_simulation_release_xml_defconfig
make
Run simulation with Qemu:
make simulate-x86_64
Information for running on actual hardware can be found here.