This commit is contained in:
parent
aa2ff7b2f0
commit
2f3113f55d
11742 changed files with 1223940 additions and 0 deletions
16
unikernel/duniverse/mirage-sleep/README.md
Normal file
16
unikernel/duniverse/mirage-sleep/README.md
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
## mirage-sleep -- Sleep operations for MirageOS
|
||||
|
||||
The mirage-sleep repository defines [Mirage_sleep][1], the signature for
|
||||
sleep-related operations for MirageOS. This is for now only the function
|
||||
`ns` to sleep an amount of nanoseconds.
|
||||
|
||||
[1]: https://mirage.github.io/mirage-sleep/mirage-sleep/Mirage_sleep
|
||||
|
||||
### Installation
|
||||
|
||||
`mirage-sleep` can be installed with `opam`:
|
||||
|
||||
opam install mirage-sleep
|
||||
|
||||
If you don't use `opam` consult the [`opam`](opam) file for build
|
||||
instructions.
|
||||
Loading…
Add table
Add a link
Reference in a new issue