mirror of
https://github.com/AmbiML/sparrow-kata-full.git
synced 2025-09-17 15:38:18 +00:00
c26d79fff86059d3776f1259041009194946c6cb
Using a buffered reader instead of the byte-at-a-time implementation avoids doing a syscall for each byte. Change-Id: Ia7bc42e4836593f358ff964962c910f8c94b6f8e GitOrigin-RevId: e70697d398b07d6de6f03d1d0a4b5204139bc59a
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%