Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .github/contributors.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,9 @@ users:
neo-0007:
name: Hrishikesh Gohain
email: hrishikeshgohain123@gmail.com
Anshumancanrock:
name: anshumancanrock
email: anshu.1239.as@gmail.com
rishi-jat:
name: Rishi Jat
email: rishijat098@gmail.com
Expand Down
10 changes: 7 additions & 3 deletions docs/unikernel-support.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down