JJ: Description from the destination commit:

wip customize skeleton

JJ: Description from source commit:
.
This commit is contained in:
swrup 2025-11-02 13:32:06 +01:00
parent f4d9f8e618
commit 2b02e8ff9d
16 changed files with 48 additions and 24 deletions

View file

@ -1,9 +1,9 @@
# Generated by mirage.v4.10.3
-include Makefile.user
BUILD_DIR = ./
MIRAGE_DIR = ./mirage
UNIKERNEL_NAME = minipaf-unix
BUILD_DIR = unikernel/
MIRAGE_DIR = unikernel/mirage
UNIKERNEL_NAME = mte-unix
OPAM = opam
all::
@ -57,7 +57,7 @@ depends depend::
build::
dune build --profile release --root . $(BUILD_DIR)dist
@echo "Your unikernel binary is now ready in $(BUILD_DIR)dist/minipaf"
@echo "Your unikernel binary is now ready in $(BUILD_DIR)dist/mte"
@echo "Execute the binary using solo5-hvt, solo5-spt, xl, ..."
clean::