Am 20. Januar 2025 00:25:35 MEZ schrieb Glenn Washburn
:
>Hi Benjamin,
>
>After applying the close_range patch, I'm now getting a failure at
>runtime where the last line printed from UML is "Failed to initialize
>default registers". The host is on Debian 11 at kernel 5.10.216. I've
>bisected th
Hi,
Am 17. Dezember 2022 05:44:34 MEZ schrieb David Gow :
>UML expects a position independent executable for some reason,
I think I did add this to make UML build on Debian...
> so tell
>rustc to generate pie objects. Otherwise we get a bunch of relocations
>we can't deal with in libcore.
>
>S