diff --git a/articles/arguments.html b/articles/arguments.html index b1ed2f9..c70134e 100644 --- a/articles/arguments.html +++ b/articles/arguments.html @@ -24,7 +24,8 @@

Runtime arguments in MirageOS

-

TL;DR: Passing runtime arguments around is tricky, and prone to change every other month.

+

I MODIFIED THIS FILE THE REPO IS NOW DIRTY!

+

TL;DR: Passing runtime arguments around is tricky, and prone to change every other month.

Motivation

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,