-
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…
-
Currently `DSpec` has capDL behaviour for most operations in the kernel, including granting caps via IPC and other operations that the system initialiser does not use. Although we had more plans for c…
lsf37 updated
4 months ago
-
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…
-
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…
-
I'm a but confused about what commit e08dbb41154a0cfbb5c3560b86564908cf88bc66 added. Looking at
https://github.com/seL4/capdl/blob/e082ee71297605ca2bde2fefc051a611a3cad57e/capdl-loader-app/include/c…
-
`parse-capDL --dot ...`creates invalid dot file. Seems the problem is, that there are lines containing a quoted filename within a quoted string, which `dot` can't process.
```
"frame_ticker_group_bi…
-
I encountered compilation errors while attempting to run `m simulate`. Here are the details:
```
[1/75] cd /home/shunnagasaki/git/sel4-rust/sparrow/cantrip/projects/capdl/cantrip-os-rootserver && /u…
-
I was working around with the default ```vm_minimal``` for ```qemu-arm-virt``` 64bits platform and tried to allocate 2GB RAM for the VM linux and got some allocation fail error.
```
./simulate: QEMU…
-
I am trying to run the snp-kernel-hashes-v3 patches of [edk2](https://github.com/confidential-containers-demo/edk2/tree/snp-kernel-hashes-v3) and [qemu](https://github.com/confidential-containers-demo…
-
It appears that the linked block of debug code doesn't do anything because the enabling condition of the for-loop implies that the inner if condition is always false I think. Is anyone else able to c…