-
There was a brief discussion at the summit that maybe using XML for the system description is not the best ([hjson](https://hjson.github.io/) anyone?:-) ). Either way, there should be proper grammar (…
-
As some may be aware, there has been significant development and change on Microkit outside of the mainline version. This currently lives [here](https://github.com/Ivan-Velickovic/sel4cp).
This iss…
-
Now that we have separate build and HW-test steps, it might make sense to avoid running the QEMU simulation as part of the build for `vm_minimal_sim`, and have a dedicated simulation step here. The is…
-
```diff
[PATCH] [ARM64] Use x29 and x30 instead of fp and lr to make GCC
happy
GCC will abort the compilation with errors:
"operand 1 should be an integer register ..."
See also https://b…
-
I have a CAmkES project for which I want to use [`SerialServer`](https://github.com/seL4/global-components/tree/master/components/SerialServer) in order to multiplex access to a serial console. The ha…
-
There is currently a single patch to the seL4 kernel (https://github.com/seL4/seL4/commit/c8ef493d038b81cc43f82c0190788e4b3bdb4d9d) that Microkit depends on.
**What is the patch for?**
The patch…
-
Hi,
I'm practicing running VMM on rpi4, and booting linux, I didn't find the rpi4 project for camkes-arm-vmm. But I found this dmi/rpi4 branch, so I experimented.
I patched the 08-rpi4.patch manua…
-
The manual currently talks about untyped objects, which is not really accurate and a source of confusion.
I've tried to make some of that more precise in the tutorials in https://github.com/seL4/se…
lsf37 updated
2 years ago
-
I noticed that `./crates/sel4-platform-info/Cargo.toml` depends on `serde` and `serde_yaml` which in turn depends on [unsafe_libyaml](https://crates.io/crates/unsafe-libyaml) which is a [c2rust](https…
-
We should have an overview page somewhere with the CI status of all relevant repos.
This could be a markdown file in a repo somewhere, or a web page on sel4.systems.
Ideally generated automatica…