genode/repos/gems/src/server/file_terminal
2019-01-30 13:35:28 +01:00
..
main.cc gems: enable strict warnings for more components 2019-01-30 13:35:28 +01:00
README Make label prefixing more strict 2016-11-30 13:37:07 +01:00
target.mk gems: enable strict warnings for more components 2019-01-30 13:35:28 +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.