genode/gems/src/server/file_terminal
Norman Feske 60d9c90921 Merge libc_vfs plugin into libc
Issue #999
2014-04-29 15:27:13 +02:00
..
README Retire libc_{log, block, fs, rom} 2014-04-29 15:25:39 +02:00
main.cc gems: provide file to terminal service 2013-10-22 08:00:14 +02:00
target.mk Merge libc_vfs plugin into libc 2014-04-29 15:27:13 +02:00

README

File terminal is a service that provides a terminal-session interface and
redirects the terminal input and output to a file.

! <config>
!   <policy label="client1" filename="test.txt" />
!   <policy label="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.