mirror of
https://github.com/AmbiML/sparrow-kata-full.git
synced 2025-07-19 16:47:02 +00:00
- change early logging (pre kata-shell prompt) to trace level so by default nothing shows up unless kata-debug-console::pre_init sets log::set_max_level to Trace (default is Debug) - log allocator init's in caller so log msgs identify per-component heap setups (all the same for now but at some point may diverge) - shorten kata-shell prompt to "KATA> " - remove unused camkes control's and consolidate other early work in pre_init and <component>__init hooks - cargo fmt components Change-Id: I010eb5cc5af2e379691cb2e62d82dbab32a06bc3 GitOrigin-RevId: badddf46f5ba50fa60e9cbead9f6d99d5ff3808b |
||
---|---|---|
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.