-
For OpenVMM, but especially OpenHCL, support of seL4 micro kernel could be worth to consider.
Reference : https://sel4.systems
-
It would be useful if microkit setup the names of each thread with `seL4_DebugNameThread()` so that it was obvious which PD caused certain debug prints, e.g.
```c
```
Could tell us the name o…
-
In `simplify` case, the function retruns `%sel5 > @umin(undef, 1)`, which always produces `true` before optimization.
After optimization, it produces `undef` which can be either of 0 or 1.
The mis…
-
```sh
nix-build --attr worlds.default.sel4-kernel-loader
```
yields
```console
fetching git input 'git+https://github.com/coliasgroup/seL4.git'
fetching git input 'git+https://github.com/co…
-
In the past when the system has been under high load and the guest/VMM hasn't had a chance to run in a while errors like the following can show up:
```
VMM|ERROR: vIRQ 0x1b is not enabled
VMM|ERRO…
-
Perhaps by leaning more on `core::sync::atomic` instead of using intrinsics.
See https://github.com/Amanieu/atomic-rs/tree/master for inspiration.
nspin updated
3 weeks ago
-
When I try to compile this for the `imx8mq-evk` target, I get a linker error:
```
aarch64-unknown-none-elf-ld: apps/sel4test-driver/musllibc/build-temp/stage/lib/libc.a(__stdio_exit.lo): copy relo…
-
Can `seL4` kernel be added as a _submodule_ to Microkit?
That way the build is always reproducible - I know you have a version listed in the README, but this will inevitably become outdated.
-
I'm getting this error while compiling this file as part of this project (https://docs.sel4.systems/projects/sel4webserver/).
This is the error:
```
[30/79] Building C object CMakeFiles/capdl-loa…
-
## Issue
When trying sel4test with QEMU v6.2 on Ubuntu for SMP build, the target stuck at test `IPC1001 (Test SMP inter-AS seL4_Send + seL4_Recv)`.
## Reproducing steps
```shell
$ uname -a
…