From cbd26386c8b59585f02ab875fb6f83e172935b53 Mon Sep 17 00:00:00 2001 From: Ian Eyberg Date: Sun, 1 Dec 2019 11:32:40 -0800 Subject: [PATCH] . --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 75572b6..a04e6ad 100644 --- a/README.md +++ b/README.md @@ -213,8 +213,8 @@ One of the first projects on unikernels, MirageOS is a library operating system #### [Nanos Unikernel](https://www.nanovms.com/) -Made by [NanoVMs](https://www.nanovms.com/), industry-ready unikernel provider. Unlike others that require porting, this runs any valid ELF binary. And can also run other JIT compiled languages like Python, Node, PHP etc. For now, it only runs on KVM/QEMU hypervisor, but they say that they do have plans on adding more. -However, this project is not open source, but it provides a compilation and orchestration tool called [Ops](http://ops.city/) which is open source and maintained on [GitHub](https://github.com/nanovms/ops) +Made by [NanoVMs](https://www.nanovms.com/), industry-ready unikernel provider. Unlike others that require porting, this runs any valid ELF binary. And can also run other JIT compiled languages like Python, Node, PHP etc. For now, it runs on the KVM/QEMU hypervisor and Xen so supports both AWS && Google Cloud as well, but they say that they do have plans on adding more. +The kernel is open source and found at [Github](https://github.com/nanovms/nanos) and it provides a compilation and orchestration tool called [Ops](http://ops.city/) which is open source and maintained on [GitHub](https://github.com/nanovms/ops) #### [OSv](http://osv.io/)