zhangpf / relibc

Mirror of https://gitlab.redox-os.org/redox-os/relibc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

relibc build

relibc is a portable POSIX C standard library written in Rust. It is under heavy development, and currently supports Redox and Linux.

The motivation for this project is twofold: Reduce issues the redox crew was having with newlib, and create a safer alternative to a C standard library written in C. It is mainly designed to be used under redox, as an alternative to newlib, but it also supports linux syscalls via the sc crate.

Supported OSes

  • Redox OS
  • Linux

Supported architectures

  • x86_64
  • Aarch64

About

Mirror of https://gitlab.redox-os.org/redox-os/relibc

License:MIT License


Languages

Language:Rust 57.8%Language:C 39.0%Language:Assembly 1.9%Language:Makefile 0.9%Language:Shell 0.2%Language:C++ 0.1%