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
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-07-28 18:03:59 +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 heap size to 64mib, add missing fabs function 2026-07-06 18:24:52 +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 chore: add mirror repository URLs 2026-07-28 18:03:59 +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.

Mirrors

Forgejo GitHub Codeberg