genode/repos/gems/src/server/file_terminal
Norman Feske ba2b0b8360 gems: remove the use of deprecated APIs
This patch also updates os/slave.h because the app/launcher cannot be
reasonably updated without it.

Issue #1987
Issue #3125
2019-01-30 13:49:54 +01:00
..
main.cc gems: remove the use of deprecated APIs 2019-01-30 13:49:54 +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.