Use more semihosting features
Open
- Dominant language
- Rust
- Stars
- 1.5k
- Forks
- 132
- Avg merge
- 1d 14h
- Merged PRs (30d)
- 39
Description
Semihosting allows communicating with the host for
- [ ] `stdin`, `stdout`, `stderr`,
- [ ] accessing the host file system,
- [x] shutting down with an exit code,
- [ ] getting program arguments,
- [ ] getting the time, and
- [ ] generating random data.
Hermit currently only supports shutting down with an exit code. It would be useful to support more.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.