From 9a73385ac55a700124a7cbd3f44f7ba7a1d907b8 Mon Sep 17 00:00:00 2001 From: Hannes Mehnert Date: Thu, 23 Feb 2017 17:33:55 +0000 Subject: [PATCH] Mirage3 is out, no more extra remotes :) --- Posts/Solo5 | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/Posts/Solo5 b/Posts/Solo5 index cb55d18..f58d57f 100644 --- a/Posts/Solo5 +++ b/Posts/Solo5 @@ -7,6 +7,7 @@ abstract: MirageOS solo5 multiboot native on bhyve - Update (2016-10-19): all has been merged upstream now! - Update (2016-10-30): `static_website_tls` works (TLS,HTTP,network via tap device)! +- Update (2017-02-23): no more extra remotes, Mirage3 is released! ## What? @@ -28,14 +29,9 @@ These instructions are still slightly bumpy. If you've a FreeBSD with bhyve (I You need some software from the ports: `devel/pkgconf`, `devel/gmake`, `devel/binutils`, and `sysutils/grub2-bhyve`. -Lots of libraries are not yet released, use the [`mirage-dev`](https://github.com/mirage/mirage-dev) repository: -```bash -opam repo add mirage-dev https://github.com/mirage/mirage-dev.git -``` +An `opam install mirage mirage-logs solo5-kernel-virtio mirage-bootvar-solo5 mirage-solo5` should provide you with a basic set of libraries. -An `opam install mirage mirage-logs solo5-kernel-virtio mirage-bootvar-solo5 mirage-console mirage-solo5` should provide you with a basic set of libraries. - -Now you can get the [mirage-skeleton](https://github.com/mirage/mirage-skeleton) repository, and inside of `console`, run `mirage configure --no-opam --virtio` followed by `make`. There should be a resulting `mir-console.virtio`. +Now you can get the [mirage-skeleton](https://github.com/mirage/mirage-skeleton) repository, and inside of `device-usage/console`, run `mirage configure --no-opam --virtio` followed by `make`. There should be a resulting `mir-console.virtio`. Once that is in place, start your VM: ```bash