For now on, you need to pin tcpip
:
opam pin add tcpip https://github.com/samoht/mirage-tcpip.git#synjistu
Then you can build the synjitsu unikernel and an (very simple) example application:
make
You first need toset-up the /ip/
path xenstore with the right access
control list. This can be done by:
sudo make init
You can then edit synjitsu/synjitsu.xl
to:
And then you can boot the resulting unikernel:
sudo xl create -c synjitsu/synjitsu.xl
(same thing for the example application in app/
)