1# lib9p
2
3lib9p is a server library implementing 9p2000, 9p2000.u and 9p2000.L revisions
4of 9P protocol. It is being developed primarily as a backend for virtio-9p in
5BHyVe, the FreeBSD hypervisor.
6
7# Features
8
9* 9p2000, 9p2000.u and 9p2000.L protocol support
10* Built-in TCP transport
11
12# Supported operating systems
13
14* FreeBSD (>=10)
15* macOS (>=10.9)
16
17# Authors
18
19* Jakub Klama [jceel](https://github.com/jceel)
20* Chris Torek [chris3torek](https://github.com/chris3torek)
21