L4CON with client
Peter Hanzel
hanzelpeter at gmail.com
Tue Nov 8 14:47:22 CET 2011
Hello.
Thanks a lot. I managed it to run.
Dash commands like
echo '1';
for $i in 1 2 3 4 5; do echo $i; done;
are working perfeclty.
What about exec 'rom/hello';
I got:
Unimplemented: execve(rom/hello).
But i thing this is for another mail thread.
Again thanks a lot.
----- Original Message -----
From: "Adam Lackorzynski" <adam at os.inf.tu-dresden.de>
To: <l4-hackers at os.inf.tu-dresden.de>
Sent: Tuesday, November 08, 2011 12:14 AM
Subject: Re: L4CON with client
>
> On Mon Nov 07, 2011 at 12:27:38 +0100, Peter Hanzel wrote:
>> Oki I managed to run fbtermial on L4con.
>> But there is one BIG 1 apperead on screen.
>
> Number of console, will go away with the first output.
>
>> No I don't know how to run dash inside it.
>
> Create a 'term' cap: term = loader:new_channel();
>
> Add it to the caps table of fbterminal: term = term:svr(),
>
> Start dash: l:start({ log = term }, "dash -i");
>
> Note that dash cannot really do much.
>
>
> Adam
> --
> Adam adam at os.inf.tu-dresden.de
> Lackorzynski http://os.inf.tu-dresden.de/~adam/
>
> _______________________________________________
> l4-hackers mailing list
> l4-hackers at os.inf.tu-dresden.de
> http://os.inf.tu-dresden.de/mailman/listinfo/l4-hackers
>
More information about the l4-hackers
mailing list