-
Once https://github.com/seL4/seL4/pull/523 is merged, setting up a passive server becomes simpler and doesn't need a special init protocol anymore. The mcs tutorial should take advantage of this when…
-
The libsel4 `seL4_GetMR` and `seL4_SetMR` wrappers over accessing the IPC buffer are not documented in the manual.
I can understand not wanting to couple the manual to libsel4 since it's just a wra…
-
Follow-up from https://github.com/seL4/seL4/issues/879
The Debinad/Ubuntu releases do not have the latest version, but using it would force us to improve RISC-V spec compliance.
-
OS: 20.04.1-Ubuntu
Errors:
``````
******/rumprun-sel4-demoapps/projects/rumprun/src-netbsd/sys/rump/fs/lib/libefs/../../../../fs/efs/efs_subr.c: In function 'efs_sb_checksum':
******/rumprun-sel4-…
-
Mainly at Arch_initFpu()'s CONFIG_XSAVE_XSAVES block (https://github.com/seL4/seL4/blob/master/src/arch/x86/machine/fpu.c#L86).
1. Line#96: x86_wrmsr(IA32_XSS_MSR, desired_features). IA32_XSS_MSR i…
laokz updated
1 month ago
-
As a Follow-up from the discussion around https://github.com/seL4/seL4/pull/733, having a Rust version of sel4test is needed to ensure the Rust bindings can be tested automatically and breaking change…
-
I wonder, in https://github.com/seL4/seL4_projects_libs/blob/9de06305edb99bbe73be1094ed1b9bc47679b854/libsel4vm/src/arch/arm/vm.c#L234-L241 shouldn't this also set
```
vm->run.exit_reason = VM_GUEST…
-
It would be nice if some build instructions were provided in the README of this repo. For example, is it expected that this will always be built via the build system in https://github.com/seL4/seL4_to…
-
One of the criticisms of the current model is that:
a. FR=1 for two procesess in seL4 with a correct caps setup
b. FR=2 for two processes in linux-KVM guests.
But folks would consider (a) to be more…
-