package mkernel

  1. Overview
  2. Docs
An unikernel with Miou in OCaml to provide I/O for Solo5/Unikraft

Install

dune-project
 Dependency

Authors

Maintainers

Sources

mkernel-0.0.2.tbz
sha256=4a91344346ac8908be7e508197803ca8ce57e7bf50bb12fcd0527c21ea3a73f6
sha512=464c0f320a4f08c6b3e2c9bf248f9d0f0cf36883a560a4bb4642553bb5d185dc9a13176040bb505a97404fa7a9fe2822da1f3591dbeea960f0bfe670dc8f8829

doc/CHANGES.html

v0.0.2 (2026-05-06)

  • Precise nanoseconds for clock_{monotonic,wall} (@hannesm, !14)
  • Run solo5_yield every 100ms to catch possible events even if we don't have (yet) syscalls to consume them and tasks to run (@dinosaure, !15)

v0.0.1 (2026-02-09)

  • First public release of mkernel