From f5827293e2e7f5202cfde68b7a20db7f0bd3506a Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Tue, 12 Feb 2019 18:26:15 +0100 Subject: hafnium: add basic support Add [very] basic support for testing Hafnium: https://hafnium.googlesource.com/hafnium Update #996 --- docs/hafnium/README.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 docs/hafnium/README.md (limited to 'docs/hafnium') diff --git a/docs/hafnium/README.md b/docs/hafnium/README.md new file mode 100644 index 000000000..7bb30fc3b --- /dev/null +++ b/docs/hafnium/README.md @@ -0,0 +1,9 @@ +# Hafnium + +[Hafnium](https://hafnium.googlesource.com/hafnium) is a hypervisor. + +This is work-in-progress, see #996. + +For details on how to build/run Hafnium see [GettingStarted](https://hafnium.googlesource.com/hafnium/+/HEAD/docs/GettingStarted.md), [HafniumRamDisk](https://hafnium.googlesource.com/hafnium/+/HEAD/docs/HafniumRamDisk.md) and [PreparingLinux](https://hafnium.googlesource.com/hafnium/+/HEAD/docs/PreparingLinux.md). + +For now we only have descriptions for [AF_HF protocol](/sys/linux/hafnium.txt) provided by Hafnium linux driver. -- cgit mrf-deployment