e00a886a2b6b6defb15a2c6ba80f4f07322895ce
- Added stubs for "system calls"; - Added kolibrios as host; - Added newlib as dependency for the tesh-hello. Signed-off-by: Max Logaev <maxlogaev@proton.me>
kolibrios-sdk
This is a C/C++ SDK for porting software to KolibriOS
Prepare
Install packages texinfo, isl-devel, gmp-devel, mpfr-devel, libmpc-devel for your system.
Build
At the project root:
source activate-env
cmake -B build
cmake --build build
Testing
Launch KolibriOS with the mounted SDK_SYSROOT_DIR directory:
./run-kos.sh
Languages
C
39.1%
C++
27.4%
Ada
10.2%
Go
5.5%
Assembly
4.4%
Other
12.7%