-
### Describe the bug
When using [`app-elfloader`](https://github.com/unikraft/app-elfloader) (via the `run_app.sh` script in [`run-app-elfloader`](https://github.com/unikraft/run-app-elfloader)) to…
-
## Issue description
It would be great to be able to run NixOS tests on Darwin. Right now building/running NixOS tests fails on Darwin when building the Linux VMs.
If one has a Linux builder ava…
-
Hi @astrynzha,
Thanks for sharing the code. I'm interested in evaluating the fs performance of unikraft.
I can find the qemu script for [9p](https://github.com/astrynzha/unikraft_9p_measure/blob/m…
-
/kind feature
**Description**
`podman` + `SELinux` = Leaky Abstraction. In my story containers provide isolated environment to help users concentrate on getting their app logic right and not thi…
-
Windows XP and OS/2 don't boot because of an unhandled double fault exception.
At the page fault handler, I tried doing this:
```
if(this.page_fault)
{
dbg_trace(LOG_CPU);
//thro…
-
### Describe the bug
Using `open()` or `openat()` to create a file under binary-compatibility mode (i.e. using the `O_CREAT` flag) fails when using 9PFS. This is caused by PR unikraft/unikraft#914,…
-
# Description of problem
I usered the ctr to create a kata container, allways throw "timed out connecting to vsock", with 2.0 Open hypervisor.qemu enable_debug config in the /etc/kata-containers/co…
-
The rapido setup is needlessly complex.
You already have a system running, booting another copy in qemu should suffice.
-
-
People using macOS currently can't _interactively_ run NixOS VM's as described e.g. [here](https://www.haskellforall.com/2020/11/how-to-use-nixos-for-lightweight.html), even with a remote Linux builde…