[seL4] Re: Release 2.0.0 of Microkit

2025-03-06 Thread Hugo V.C. via Devel
Thank you Robert! I'll give it a try. On Thursday, March 6, 2025, Robert VanVossen < robert.vanvos...@dornerworks.com> wrote: > Hugo, > > This is how I did it: > > Here is an example of enabling SMC forwarding for the zcu102 development board: https://github.com/seL4/microkit/commit/b6a1386cdd2488

[seL4] Re: Release 2.0.0 of Microkit

2025-03-06 Thread Ivan Velickovic via Devel
On 7 Mar 2025, at 00:06, Robert VanVossen wrote: The kernel implementation allows for fine-grained control over specifically which SMC calls are allowed by a PD, however, I don't think Microkit has implemented that granularity yet. That means you can either forward all SMC calls or none of

[seL4] Re: Libvmm on Rasperry Pi 4B

2025-03-06 Thread Julia Royer via Devel
Hi Ivan, Thanks for your answer. To provide more context, my project is focused on exploring all the possibilities of using seL4, which is quite a vast topic. To do this, I need to investigate the available interfaces, such as USB, Ethernet, and threads, for example. For this, I have chosen th