Samuel Thibault skribis:
> Ludovic Courtès, le Wed 05 Feb 2014 14:52:27 +0100, a écrit :
>> Justus Winter <4win...@informatik.uni-hamburg.de> skribis:
>>
>> > * exec/main.c (S_exec_init): Get the device master port and connect
>> > std{in,out,err} to the mach console.
>>
>> That’s a good idea w
Justus Winter <4win...@informatik.uni-hamburg.de> skribis:
> Quoting Samuel Thibault (2014-02-05 18:21:48)
>> Ludovic Courtès, le Wed 05 Feb 2014 14:52:27 +0100, a écrit :
>> > Justus Winter <4win...@informatik.uni-hamburg.de> skribis:
>> >
>> > > * exec/main.c (S_exec_init): Get the device maste
Quoting Samuel Thibault (2014-02-05 18:21:48)
> Ludovic Courtès, le Wed 05 Feb 2014 14:52:27 +0100, a écrit :
> > Justus Winter <4win...@informatik.uni-hamburg.de> skribis:
> >
> > > * exec/main.c (S_exec_init): Get the device master port and connect
> > > std{in,out,err} to the mach console.
> >
Ludovic Courtès, le Wed 05 Feb 2014 14:52:27 +0100, a écrit :
> Justus Winter <4win...@informatik.uni-hamburg.de> skribis:
>
> > * exec/main.c (S_exec_init): Get the device master port and connect
> > std{in,out,err} to the mach console.
>
> That’s a good idea when bootstrapping (I remember doing
Justus Winter <4win...@informatik.uni-hamburg.de> skribis:
> * exec/main.c (S_exec_init): Get the device master port and connect
> std{in,out,err} to the mach console.
That’s a good idea when bootstrapping (I remember doing that to debug
the Nix-built GNU/Hurd), but not so much afterwards, no? (
Justus Winter, le Wed 05 Feb 2014 01:53:58 +0100, a écrit :
> Quoting Samuel Thibault (2014-02-05 01:25:40)
> > Justus Winter, le Wed 05 Feb 2014 01:07:46 +0100, a écrit :
> > > * exec/main.c (S_exec_init): Get the device master port and connect
> > > std{in,out,err} to the mach console.
> >
> > M
Quoting Samuel Thibault (2014-02-05 01:25:40)
> Justus Winter, le Wed 05 Feb 2014 01:07:46 +0100, a écrit :
> > * exec/main.c (S_exec_init): Get the device master port and connect
> > std{in,out,err} to the mach console.
>
> Mmm, stdin too, really?
I haven't thought about that to be honest. I ju
Justus Winter, le Wed 05 Feb 2014 01:07:46 +0100, a écrit :
> * exec/main.c (S_exec_init): Get the device master port and connect
> std{in,out,err} to the mach console.
Mmm, stdin too, really?
Samuel
* exec/main.c (S_exec_init): Get the device master port and connect
std{in,out,err} to the mach console.
---
exec/main.c | 17 +++--
1 file changed, 15 insertions(+), 2 deletions(-)
diff --git a/exec/main.c b/exec/main.c
index c1f347c..27f33b1 100644
--- a/exec/main.c
+++ b/exec/main.