package mirage-console-unix

  1. Overview
  2. Docs
A Mirage-compatible Console library for Unix

Install

Dune Dependency

Authors

Maintainers

Sources

mirage-console-unix-2.2.1.tbz
md5=351b57d34a8faabc9f765ce5651b5beb

Description

Tags

org:mirage org:xapi-project

Published: 24 May 2017

README

README.md

Pure OCaml implementations of Mirage consoles, for Unix and Xen

The Unix version of the console currently uses standard output. The code is in

unix/console.{ml,mli}

The Xen kernel version of the console uses the primary PV console ring. The code is in

xen/console.{ml,mli}

There is also a Unix userspace utility which creates and services Xen consoles ("console backends"):

Connect a console to a VM like this:

[root@st30 ~]# ./mirage-console connect trusty
Operating on VM domain id: 19
Creating device 1 (linux device /dev/tty1)
{ ref = 128; event_channel = 13 }

Then inside the guest:

[root@trusty ~]# cat > /dev/hvc1
hello
there

And observe in dom0:

hello
there

Then hit Control+C and it all cleans up.

Dependencies (9)

  1. mirage-unix >= "1.1.0"
  2. mirage-console-lwt >= "2.2.0"
  3. cstruct-lwt < "3.4.0"
  4. cstruct
  5. lwt >= "2.4.7"
  6. topkg build & >= "0.8.0"
  7. ocamlbuild build
  8. ocamlfind build
  9. ocaml >= "4.03.0"

Dev Dependencies

None

Conflicts

None