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" <[email protected]>
To: <[email protected]>
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                 [email protected]
 Lackorzynski         http://os.inf.tu-dresden.de/~adam/

_______________________________________________
l4-hackers mailing list
[email protected]
http://os.inf.tu-dresden.de/mailman/listinfo/l4-hackers


_______________________________________________
l4-hackers mailing list
[email protected]
http://os.inf.tu-dresden.de/mailman/listinfo/l4-hackers

Reply via email to