tree: f819ad964308ecd20faef1db4f97eec961a431ea [path history] [tgz]
  1. components/
  2. aeroplage.camkes
  3. CMakeLists.txt
  4. README.md
apps/aeroplage/README.md

Aeroplage - a prototype of a multilevel terminal

This application implements a prototype of a previous multilevel terminal for seL4. It currently runs on x86 in Qemu. After building the application, you can run it with the following Qemu invocation:

qemu-system-i386 -m 1024 -serial stdio -vga std -kernel images/kernel-ia32-pc99 \
  -initrd images/capdl-loader-experimental-image-ia32-pc99

When running it should show two panels of different colours. You can type to enter text into one, or press Tab to change to the other.