# # \brief Test for the Noux terminal file system # \author Christian Prochaska # \date 2012-06-11 # # # The test shows two framebuffer terminals. The upper terminal runs an # interactive shell and the lower terminal can be accessed from the shell via # /dev/terminal. # # Example for writing to the lower terminal: echo "test" > /dev/terminal # Example for reading a line from the lower terminal: head -n 1 /dev/terminal # create_boot_directory import_from_depot [depot_user]/src/[base_src] \ [depot_user]/pkg/[drivers_interactive_pkg] \ [depot_user]/pkg/terminal \ [depot_user]/src/init \ [depot_user]/src/nitpicker \ [depot_user]/src/nit_fb \ [depot_user]/src/libc \ [depot_user]/src/noux \ [depot_user]/src/posix \ [depot_user]/src/ncurses \ [depot_user]/src/bash \ [depot_user]/src/coreutils \ [depot_user]/src/ram_fs install_config { } build_boot_image { } run_genode_until forever