From 2f5d02add41d0b1b9ec88b2fa1f96195ef0a54b6 Mon Sep 17 00:00:00 2001 From: The Robur Team Date: Mon, 28 Oct 2024 12:11:33 +0000 Subject: [PATCH] Pushed by YOCaml 2 from dcbb5e0e05aaf11e6bdfe36930fde38953dc89aa-dirty --- articles/arguments.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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,