[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: It runs!
From: |
Sergey Bugaev |
Subject: |
Re: It runs! |
Date: |
Sun, 14 May 2023 13:33:58 +0300 |
On Fri, May 12, 2023 at 9:30 PM Sergey Bugaev <bugaevc@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
- It runs!, Sergey Bugaev, 2023/05/12
- Re: It runs!, jbranso, 2023/05/12
- Re: It runs!, Samuel Thibault, 2023/05/12
- Re: It runs!, Michael Banck, 2023/05/12
- Re: It runs!, Samuel Thibault, 2023/05/12
- Re: It runs!, jbranso, 2023/05/12
- Re: It runs!,
Sergey Bugaev <=