diff --git a/.github/contributors.yaml b/.github/contributors.yaml index 68ada9327..62c6bc7c4 100644 --- a/.github/contributors.yaml +++ b/.github/contributors.yaml @@ -101,3 +101,6 @@ users: mdryaan: name: Md Raiyan email: alikhurshid842001@gmail.com + Anshumancanrock: + name: anshumancanrock + email: anshu.1239.as@gmail.com diff --git a/docs/unikernel-support.md b/docs/unikernel-support.md index ef2c7b7fe..dac4bbe0e 100644 --- a/docs/unikernel-support.md +++ b/docs/unikernel-support.md @@ -9,9 +9,13 @@ One of the main goals of `urunc` is to bridge the gap between unikernels and the cloud-native ecosystem. For that reason, `urunc` aims to support all the available unikernel frameworks and similar technologies. -For the time being, `urunc` provides support for -[Unikraft](https://unikraft.org/) and -[Rumprun](https://github.com/cloudkernels/rumprun) unikernels. +Currently, `urunc` provides support for +[Unikraft](https://unikraft.org/), +[MirageOS](https://github.com/mirage/mirage), +[Rumprun](https://github.com/cloudkernels/rumprun), +[Mewz](https://github.com/Mewz-project/Mewz), +[Linux](https://github.com/torvalds/linux) and +[Hermit](https://hermit-os.org/). ## Unikraft