mirror of
https://github.com/genodelabs/genode.git
synced 2025-06-19 15:43:56 +00:00
committed by
Christian Helmuth
parent
a4d45921c6
commit
470f07d462
@ -2,14 +2,13 @@ File terminal is a service that provides a terminal-session interface and
|
||||
redirects the terminal input and output to a file.
|
||||
|
||||
! <config>
|
||||
! <policy label_prefix="client1" filename="test.txt" />
|
||||
! <policy label_prefix="client2" filename="file.dat" io_buffer_size="4K"/>h
|
||||
! <libc stdout="/dev/log">
|
||||
! <vfs>
|
||||
! <dir name="dev"> <log/> </dir>
|
||||
! <fs/>
|
||||
! </vfs>
|
||||
! </libc>
|
||||
! <policy label_prefix="client1" filename="test.txt"/>
|
||||
! <policy label_prefix="client2" filename="file.dat" io_buffer_size="4K"/>
|
||||
! <libc stdout="/dev/log"/>
|
||||
! <vfs>
|
||||
! <dir name="dev"> <log/> </dir>
|
||||
! <fs/>
|
||||
! </vfs>
|
||||
! </config>
|
||||
|
||||
To keep things simple, a client can only open one file at the moment.
|
||||
|
Reference in New Issue
Block a user