Hermitcore is a unikernel OS, written in Rust, with Tier 3 libstd support for aarch64-unknown-hermit and x86_64-unknown-hermit.
See #198 and #183 for previous attempts at this.
Other PRs/issues of note:
We should figure out:
- How/when we want to add support to
getrandom
- Is the existing
secure_rand64 API sufficient?
- Hermit's RNG apis current don't work on
aarch64, is that an issue?
Hermitcore is a unikernel OS, written in Rust, with Tier 3
libstdsupport foraarch64-unknown-hermitandx86_64-unknown-hermit.See #198 and #183 for previous attempts at this.
Other PRs/issues of note:
hermit-abi: add functions to create random numbers hermit-os/hermit-rs#64hermit-abialwaysno_std: Allow hermit-abi to build without std hermit-os/hermit-rs#103libhermit-rs: Fix broken rdrand implementation hermit-os/kernel#154We should figure out:
getrandomsecure_rand64API sufficient?aarch64, is that an issue?