Releases: ocaml-attic/mirari
Releases · ocaml-attic/mirari
mirari-0.9.7
mirari-0.9.6
0.9.6 (2013-07-26):
- fix unix-direct by linking the unix package correctly (previously it was always dropped).
mirari-0.9.5
0.9.5 (2013-07-18):
- completely remove the dependency on obuild: use ocamlbuild everywhere now.
- adapt for mirage-0.9.3 OS.Netif interfaces (abstract type
id
). - do not output network config when there are no
ip-*
lines in the.conf
file. - do not try to install
mirage-fs
if there is no filesystem to create. - added
nat-script.sh
to setup xenbr0 with DNS, DHCP and masqerading under Linux.
mirari-0.9.4
0.9.4 (2013-07-09):
- build using ocamlbuild rather than depending on obuild.
- [xen] generate a symbol that can be used to produce stack traces with xenctx.
- mirari run --socket just runs the unikernel without any tuntap work.
- mirari run --xen creates a xl config file and runs
xl create -c unikernel.xl
.