genode/repos/gems/src/server/file_terminal
2017-05-31 13:16:02 +02:00
..
main.cc Fix deprecated warnings in servers 2017-05-31 13:16:02 +02:00
README Make label prefixing more strict 2016-11-30 13:37:07 +01:00
target.mk file_terminal: remove env deprecated warnings 2017-02-28 12:59:31 +01:00

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>
! </config>

To keep things simple, a client can only open one file at the moment.