On Mon, 13 Jul 2026 10:55:04 -0700, Pierrick Bouvier wrote:
On 7/11/2026 2:45 AM, Ziyang Zhang wrote:
Document the dlcall plugin under Example Plugins: what it does, the trusted-
guests and guest_base == 0 constraints, how to load it, and a pointer to
Lorelei, one end-to-end userspace implementation, for the toolchain and a
runnable example.
Co-authored-by: Kailiang Xu <[email protected]>
Co-authored-by: Mingyuan Xia <[email protected]>
Signed-off-by: Ziyang Zhang <[email protected]>
---
docs/about/emulation.rst | 158 +++++++++++++++++++++++++++++++++++++++
1 file changed, 158 insertions(+)
Thanks for your updates, this is now ready to go.
Reviewed-by: Pierrick Bouvier <[email protected]>
Thanks for your review.
The Lorelei 1.0.8.0 has been published.
- The devkit no longer ships a host libstdc++.so / libgcc_s.so on any
runtime search path.
- The guest side is unchanged: the x86_64 sysroot carries no libstdc++,
so the guest copy still ships next to the guest runtime.
Thanks,
Ziyang Zhang