Re: [seL4] Devel Digest, Vol 66, Issue 26

26 Nov
2019
26 Nov
'19
3:13 p.m.
If you are looking to avoid any C interop or runtime that should be completely possible. The only requirement the kernel makes is that user- level code needs to keep track of the IPC buffer address on its own (unlike previous versions which ensure that a particular register contains the IPC buffer address). If you want a minimal runtime without TLS you could store the IPC buffer address in a global variable and ensure that your system call wrappers use that global variable to load and store data into the IPC buffer.
2031
Age (days ago)
2031
Last active (days ago)
0 comments
1 participants
participants (1)
-
Millar, Curtis (Data61, Kensington NSW)