No description
  • C 98.5%
  • Makefile 0.5%
  • C++ 0.4%
  • Shell 0.2%
  • Nix 0.2%
  • Other 0.1%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
larrabyte 4a5656a325 Return 0777 for file/directory permissions from FAT driver by default
Signed-off-by: larrabyte <larrabyte@protonmail.ch>
2026-07-15 02:20:00 +02:00
.github/workflows update microkit to v2.2.0 2026-06-11 13:50:23 +10:00
.reuse Update dependencies and move to runtime configuration/metaprogram 2025-03-25 14:57:17 +11:00
ci Replace posix and wasm examples with comprehensive test suites 2026-01-23 14:44:44 +10:00
components Return 0777 for file/directory permissions from FAT driver by default 2026-07-15 02:20:00 +02:00
dep dep/libmicrokitco: update 2026-03-25 11:27:29 +10:00
examples Firewall broadcast test (#312) 2026-06-26 16:46:10 +10:00
include/lions Firewall broadcast test (#312) 2026-06-26 16:46:10 +10:00
lib posix/file.c: fix stat for root directory 2026-06-11 09:49:56 +10:00
LICENSES Use vendored versions of floating point runtime library 2025-09-08 17:15:48 +10:00
.gitignore Remove accidental addition of to git ignore file (#300) 2026-03-25 15:54:14 +11:00
.gitmodules Add WAMR submodule 2026-01-23 14:44:44 +10:00
flake.lock Update to latest sDDF/Microkit/sdfgen 2026-02-11 15:38:32 +10:00
flake.nix update microkit to v2.2.0 2026-06-11 13:50:23 +10:00
LICENSE Add LICENSE file 2024-03-27 18:32:29 +11:00
LICENSE.md Add license headers for REUSE 2024-09-27 10:22:52 +10:00
MAINTAINERS.md Add maintainers.md (#324) 2026-06-09 16:28:20 +10:00
README.md README: make it clear that LionsOS is not finished 2024-10-29 17:52:44 +11:00

The Lions Operating System

This is the source code for LionsOS, an operating system based on the seL4 microkernel using the seL4 Microkit.

LionsOS is aimed at embedded, IoT and cyberphysical systems and is designed to be formally verifiable, adaptable to a wide class of use cases in the target domain, while at the same time setting the benchmark for performance of microkernel-based operating systems. We aim to achieve all three goals by a highly modular yet ruthlessly performance-oriented design and strict adherence to the time-honoured KISS principle.

LionsOS and its verification story are under active research and development.

For more information, see the website.