On Fri, May 12, 2023 at 9:30 PM Sergey Bugaev <buga...@gmail.com> wrote: > But I haven't > yet been able to receive any actual output from the shell or > subsequent commands on the console.
I figured it out! -- it was trying to receive the SIGCHLD, and crashing. Now it's all fixed, and signal delivery is totally working! :) -- trampoline, sigreturn, intr-rpc, all that. Init has completed Hello from /bin/sh! uname -a is: GNU 0.9 GNU-Mach 1.8/Hurd-0.9 x86_64-AT386 GNU /bin/sh: 0: can't access tty; job control turned off # it still doesn't take interactive input for some reason. Sergey