#startup #std #no-std

no-std x86_64-linux-nolibc

minimal std for x86_64-unknown-none

1 unstable release

0.1.0 May 3, 2022

#595 in Operating systems

Apache-2.0

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.

No runtime deps