forked from robur/blog.robur.coop
Pushed by YOCaml 2 from dcbb5e0e05aaf11e6bdfe36930fde38953dc89aa-dirty
This commit is contained in:
parent
a46df08b2c
commit
2f5d02add4
1 changed files with 2 additions and 1 deletions
|
@ -24,7 +24,8 @@
|
||||||
|
|
||||||
<article>
|
<article>
|
||||||
<h1>Runtime arguments in MirageOS</h1>
|
<h1>Runtime arguments in MirageOS</h1>
|
||||||
<ul class="tags-list"><li><a href="https://blog.robur.coop/tags.html#tag-OCaml">OCaml</a></li><li><a href="https://blog.robur.coop/tags.html#tag-MirageOS">MirageOS</a></li></ul><p>TL;DR: Passing runtime arguments around is tricky, and prone to change every other month.</p>
|
<ul class="tags-list"><li><a href="https://blog.robur.coop/tags.html#tag-OCaml">OCaml</a></li><li><a href="https://blog.robur.coop/tags.html#tag-MirageOS">MirageOS</a></li></ul><p>I MODIFIED THIS FILE THE REPO IS NOW DIRTY!</p>
|
||||||
|
<p>TL;DR: Passing runtime arguments around is tricky, and prone to change every other month.</p>
|
||||||
<h2 id="motivation"><a class="anchor" aria-hidden="true" href="#motivation"></a>Motivation</h2>
|
<h2 id="motivation"><a class="anchor" aria-hidden="true" href="#motivation"></a>Motivation</h2>
|
||||||
<p>Sometimes, as an unikernel developer and also as operator, it's nice to have
|
<p>Sometimes, as an unikernel developer and also as operator, it's nice to have
|
||||||
some runtime arguments passed to an unikernel. Now, if you're into OCaml,
|
some runtime arguments passed to an unikernel. Now, if you're into OCaml,
|
||||||
|
|
Loading…
Reference in a new issue