-
The existing `qemu-arm-virt` works with GICv2. GICv3 hasn't been tested with seL4 on QEMU. This discussion was raised in this PR #1157. Trying to run seL4 on QEMU/GICv3 halts on boot with this error:…
-
### Description
seL4 unable to write to UART on cortex-a53 simulation.
16:15:28.2899 [ERROR] uart0: DATA register cannot be written to; UARTEN is disabled! (616)
16:15:28.2921 [WARNING] sysbus:…
-
See my pull request https://github.com/seL4/seL4_libs/pull/19 why this would be a useful. Is there a ways that parts of it could be made available in the seL4 API headers?
-
Not urgent, but I have noticed some code in the capDL initaliser code that does not respect the rights for a capability that is outlined in the given spec:
https://github.com/seL4/rust-sel4/blob/484b…
-
In config `ODROID_XU4_debug_hyp_MCS_clang_32` (and apparently only this config and only on clang), ODROID_XU4 is failing the test `CACHEFLUSH0001`. The configuration is disabled for tests for now.
…
lsf37 updated
7 months ago
-
Most kernel invocations can return errors. For several types of errors, the kernel actually returns an error message with more information about the error. EG for a seL4_RangeError, the kernel provide…
-
```
Compiling ford v0.1.0 (file:///d/ariel/ford)
Running `rustc --crate-name root_task src/bin/root-task.rs --crate-type bin --emit=dep-info,link -C debuginfo=2 --cfg 'feature="default"' -C me…
-
https://github.com/seL4/seL4_libs/blob/24921e85cc0b7ce1028a78dce638c46d8ecfc613/libsel4allocman/src/cspace/single_level.c#L24
-
I've noticed some system calls that appear in the reference manual, don't appear on the API reference page (https://docs.sel4.systems/projects/sel4/api-doc.html).
Specifically:
* `seL4_NBSendRecv`…
-
The capdl_spec.c file is generated by capDL-tool and is compiled into the capdl-loader-app program to define the system that the loader will load. The file is supposed to only be a C-language represen…