-
Notifications
You must be signed in to change notification settings - Fork 27
Open
Description
as mention in the end of wiki
Next one can use the test-dyn target of the template Makefile to launch dynamically compiled binaries with our transformed version of Musl. Note that in the current state of things, using that template Makefile to compile static binaries (for example with make test) will succeed and create static binaries with that same unikernelized libc: they will have fast syscalls but will not work on Linux.
- does it mean when I try HermiTux within container, and compile bunaries with static/dynamic linking, that all of these binaries use fast system calls?
- If I want to use a dynamic linking program (already been compiled) from outside with fast system calls, what should I do? Just download it and use the command like below?
HERMIT_ISLE=uhyve HERMIT_TUX=1 \
path-to-proxy \
path-to-hermitux \
/lib64/ld-linux-x86-64.so.2 ./dynamic-linking-program-bynary
Metadata
Metadata
Assignees
Labels
No labels