To use this library in a project you should link ‘sel4camkes’ to your target application/component with CMake. This library provides various utilities for interfacing with seL4 in a CAmkES-based system. Some of these utilities are:
This implementation is currently a work in progress
Functions are provided to help create virtqueue connections between your CAmkES components. This is based on the libvirtqueue implementation (project_libs/libvirtqueue). The functions provided are divided into two interfaces, being: * virtqueue template.h: These are functions intended to be used by a CAmkES template. This interface is meant to allow a CAmkES template to register a virtqueue channel. * virtqueue.h : These are functions intended to be used by a CAmkES component. This interface provides a CAmkES component the ability to create virtqueue objects (from libvirtqueue) out of the channels registered by its templates. This interface also includes memory allocation mechanisms over dataports for creating virtqueue buffers to pass data with.
This library is still under active development. Current shortcomings of the implementation include:
MAX_CAMKES_VIRTQUEUE_ID