Libxunil is the libc stub which is used to compile and run ELF binaries. It replaces the standard C library to make executables work on XunilOS.
  • Rust 91.4%
  • C 8.6%
Find a file
2026-05-31 23:37:23 +02:00
include Get keyboard events from window manager IPC instead of syscalls, fix ipc 2026-05-30 18:58:01 +02:00
src Increase MAX_FD to 1024 2026-05-31 23:37:23 +02:00
.gitignore Upload current libxunil, to be used as a submodule 2026-04-07 23:00:51 +02:00
Cargo.lock Add graphics from kernel (text and primitives) and adapt to the new 2026-05-26 09:46:33 +02:00
Cargo.toml Add graphics from kernel (text and primitives) and adapt to the new 2026-05-26 09:46:33 +02:00
LICENSE Initial commit 2026-04-07 22:50:44 +02:00
README.md Initial commit 2026-04-07 22:50:44 +02:00
rust-toolchain.toml Add a user panic print for better debugging, read UserFramebuffer self 2026-05-22 22:13:42 +02:00

libxunil

Libxunil is the libc stub which is used to compile and run ELF binaries. It replaces the standard C library to make executables work on XunilOS.