mirror of
https://github.com/AmbiML/sparrow-kata-full.git
synced 2025-07-14 22:44:13 +00:00
- track CAmkES well-known name changes (e.g. RECV_CNODE -> MEMORT_RECV_CNODE) - initialize the slot allocator for the component - fix size_bytes to use the object count in its calculation - add can_combine method to help optimize ObjDescBundle construction - enhance ObjDescBundle: - len, count, size_bytes, count_log2, maybe_combine_last - move_objects_to_toplevel, move_objects_from_toplevel - fmt (show SELF_CNODE & MEMORY_RECV_CNODE symbolically) - add MmeCapAllocFailed - add kata_object_alloc_in_toplevel & kata_object_free_toplevel - add kata_object_alloc_in_cnode & kata_object_free_in_cnode - add kata_frame_alloc_in_cnode - avoid underflow in stats bookkeeping to not crash until we fix the root cause Change-Id: I826b55f1f0b07bef58a420e32efbc02cd1d6363f GitOrigin-RevId: 43bd8ae5cf41fd510fae502c7cd8e234c04edb85 |
||
---|---|---|
apps/system | ||
src | ||
.gitignore | ||
CMakeLists.txt | ||
easy-settings.cmake | ||
README.md | ||
settings.cmake |
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.