-
### Describe the bug
when I boot the nginx, I will see:
Booting from ROM..1: Set IPv4 address 172.44.0.2 mask 255.255.255.0 gw 172.44.0.1
en1: Added
en1: Interface is up
weak main() called. Symbo…
-
This issue is supposed to document the choices we have taken with regards to the architecture of our unikernel system.
Possible discussion points include
* choice of dev environment
* choice of unike…
-
The feature has been reviewed and is now upstream: https://github.com/unikraft/unikraft/pull/369
-
### Describe the bug
Currently, Unikraft relies on the x86 timestamp counter to retrieve the current time. On some platforms the counters are not perfectly synchronized and therefore `rdtsc` can re…
-
### Describe the bug
When running the following cpp code on `kvm-x86_64` with `optimizations enabled, it produces a crash
```cpp
#include
#include
#include
#include
int a = 0;
std::m…
-
Goal: Setup repository for development
This requires us to create all necessary files to build our project including #5.
Remarks:
- If we use unikraft, we can use the `kraft` CLI to setup our worksp…
-
Goal: Create a common dev environment for our group using Docker.
Add Dockerfile and .dockerignore.
Remarks:
- If we use Unikraft, we can use unikraft/kraft:staging as base image (was unsuffici…
-
**Describe the bug**
Bug is reported after installing kraft a user run the following command:
'kraft list update'
**Error message**
[CRITICAL] Failed to parse: https://api.github.com:443/repos/…
-
-
Hello,
While testing Unikraft with Redis, I noticed that it uses 100% of the available CPU core/thread. This is easily noticeable when launching 4 Unikraft Redis instances (I have 2-core/4-Threads …