From a08d41ec0085420726fdbbb6f591a24a1a1f913b Mon Sep 17 00:00:00 2001 From: Anil Madhavapeddy Date: Mon, 9 Dec 2013 14:15:31 +0000 Subject: [PATCH] +README --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 000000000..8a9e1152f --- /dev/null +++ b/README.md @@ -0,0 +1,10 @@ +`mirage-tcpip` provides a networking stack for the Mirage operating +system that supports TCP/IP, ARP, DHCP and UDP. + +It compiles against either `mirage-net-unix` or `mirage-net-xen` to provide an +equivalent package for either Unix or Xen respectively. Future versions will +be functorised to avoid this repeated compilation, but for now the OPAM package +manager takes care of this for you. + +WWW: +E-mail: