1 unstable release
0.1.0 | May 3, 2022 |
---|
#595 in Operating systems
25KB
633 lines
Minimal std replacement without any libc
Instead it uses x86_64 Linux syscalls, but can be taken as a template
to implement it for other targets without std
support.