From b24d0b956832c4351047f77756bec4f9e09a5274 Mon Sep 17 00:00:00 2001 From: Kei Kamikawa Date: Sun, 22 Oct 2023 18:30:34 +0900 Subject: [PATCH] fixed README --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 8012970..7c9cce1 100644 --- a/README.md +++ b/README.md @@ -132,6 +132,12 @@ $ make download_kernel $ make test ``` +## Which projects use this library? + +- [vfkit](https://github.com/crc-org/vfkit) is a macOS command-line hypervisor for Apple and Intel CPUs that supports most of Apple's Virtualization Framework features. +- [Lima](https://lima-vm.io/) launches Linux virtual machines with automatic file sharing and port forwarding (similar to WSL2). +- [linuxkit](https://github.com/linuxkit/linuxkit) is a toolkit for building custom minimal, immutable Linux distributions. + ## LICENSE MIT License