JJ: Description from the destination commit:
wip customize skeleton JJ: Description from source commit: .
This commit is contained in:
parent
f4d9f8e618
commit
2b02e8ff9d
16 changed files with 48 additions and 24 deletions
8
Makefile
8
Makefile
|
|
@ -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::
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue