diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2019-02-12 18:26:15 +0100 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2019-02-12 18:34:25 +0100 |
| commit | f5827293e2e7f5202cfde68b7a20db7f0bd3506a (patch) | |
| tree | 4b09020b8cbeac90d7058ba21939d50cb5420666 /docs/hafnium | |
| parent | 6258c9f72133a851c481668b561aabb81c3b922b (diff) | |
hafnium: add basic support
Add [very] basic support for testing Hafnium:
https://hafnium.googlesource.com/hafnium
Update #996
Diffstat (limited to 'docs/hafnium')
| -rw-r--r-- | docs/hafnium/README.md | 9 |
1 files changed, 9 insertions, 0 deletions
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. |
