mirror of
https://github.com/AmbiML/sparrow-kata-full.git
synced 2025-09-16 23:18:54 +00:00
daf232273b36dcf8f7ac13e1c8d82fe189483af5
- hide marshalling details in kata_security_* wrappers - replace the placeholder opaque memory representation in rpc's with MemoryManager integration - uses proper struct's for all Request/Response msgs (except for Echo): this mostly eases the way for switching away from postcard + CAmkES to comething like flatbuffers - extend SecurityRequest structs with SecurityCapability traits to support passing capabilities (specifically CNode's holding dynamically allocated objects) - new error codes: SreDeleteFirst, SreCapAllocFailed, SreCapMoveFailed, and SreObjCapInvalid - shuffle integration with StorageManager to resolve a dependency loop - redo SecurityCoordinatorInterface to enable server-side changes (in a separate cl) - add headroom to the component CNode for the fake impl to hold package contents Change-Id: Ief6931d451023b511dbe1bdc3ffba4bf18070962 GitOrigin-RevId: 066f6cfa72f47fb8b4f8edc861dd9e3759ec6054
Kata OS
This is a CAmkES project that assembles the entire Kata OS. It exists outside the seL4 source trees, since it contains code not intended to go to upstream seL4.
This uses the standard CAmkES build system by symlinking CMakeLists.txt. It also symlinks settings.cmake, and so retains the notion of "apps," which enables the build system to switch which assembly it builds using the CAMKES_APP CMake cache value. Kata OS just has one app, system.
Description
Languages
Rust
67.6%
Python
27.9%
C
2.1%
Makefile
1.6%
CMake
0.6%
Other
0.2%