Hello, Sergey Bugaev via Libc-alpha, le dim. 12 févr. 2023 14:10:31 +0300, a ecrit: > The main missing pieces seem to be, ordered by scariness increasing: > - missing x86_64 thread state definition in the kernel headers; > - TLS things; > - INTR_MSG_TRAP.
INTR_MSG_TRAP shouldn't be hard. It's the trampoline part which will be. Also, sysdeps/mach/hurd/i386/init-first.c. But possibly that part could be simplified on 32bit first, now that libpthread just takes the existing stack rather that forcing to use one, see 9cec82de715b which started to simplify things. Samuel