-
The second session of [Unikraft Summer of Code](https://unikraft.org/community/hackathons/usoc23/) will be a short look behind the scenes. The participants should:
* Start using the `make`-based ap…
-
On Linux, when the Rust runtime initializes, Rust sanitizes the standard streams: ([`std/src/sys/unix/mod.rs#L54-L57`](https://github.com/rust-lang/rust/blob/1.70.0/library/std/src/sys/unix/mod.rs#L54…
-
### 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 r…
-
FEATURE REQUEST
/kind enhancement
We are testing kubevirt and it seems to be great, however, we miss the feature of pass a kernel parameter to provide by command line a different kernel than it …
-
### Describe the bug
Running `kraft build` from a repository while checked out on a branch that is not part of the `unikraft` organisation (e.g. fetching to a pull request) will cause the configura…
-
I am not sure if this is a problem with KraftKit or the Unikraft build system.
Given this `Kraftfile`:
```yaml
specification: v0.5
unikraft:
version: stable
kconfig:
- CONFIG_LIBNOL…
-
Found in , section Building an Application.
```sh
$ kraft list
```
Does not show KVM as a possible platform (after `kraft list update`).
Though, in the hello-world example kvm is used.
Hin…
-
### Describe the bug
When running the linuxu application for helloworld, it crashes due to a problem with memory allocator from `boot.c`
### Steps to reproduce
Run the [app-helloworld](https:…
-
### Describe the bug
Running `kraft fetch`, `kraft prepare`, `kraft menu` or `kraft clean` inside the `app-helloworld` repo yields the following segfault:
```console
$ kraft fetch
[ W ] could …
-
Add [gzip](https://www.gnu.org/software/gzip/) as a `-static-pie` build. Test it natively on Linux and with [run-elfloader](https://github.com/unikraft/run-app-elfloader) on Unikraft. In case of issue…