add configuration and build instructions
Open
- Dominant language
- Rust
- Stars
- 1.5k
- Forks
- 132
- Avg merge
- 1d 14h
- Merged PRs (30d)
- 39
Description
Common configuration bits for usage of external software are missing and lookup is not explained.
For example, things like `rg 'define.*_SC_PAGE_SIZE' -B 1 --vimgrep` do not return any results and I am surprised, that your unikernel does not support (configurable) paging for improved performance.
The hermit-playground neither provides instruction for configuration.
Am I missing anything essential?
Posix specifies `sysconf(_SC_PAGE_SIZE)` to be used for the default page size the Kernel loader fills the aux vector with.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.