aboutsummaryrefslogtreecommitdiffstats
path: root/docs/akaros/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/akaros/README.md')
-rw-r--r--docs/akaros/README.md21
1 files changed, 5 insertions, 16 deletions
diff --git a/docs/akaros/README.md b/docs/akaros/README.md
index ec89711bc..21da83805 100644
--- a/docs/akaros/README.md
+++ b/docs/akaros/README.md
@@ -1,18 +1,7 @@
# Akaros support
-[Akaros](http://akaros.cs.berkeley.edu/) support is *incomplete*.
-
-See [Akaros getting started](https://github.com/brho/akaros/blob/master/GETTING_STARTED.md)
-re kernel building/running.
-
-Akaros does not support Go at the moment (except for a broken
-[1.3 port](https://github.com/akaros/go-akaros)). Full Go support is planned
-for Akaros. Until that happens running on Akaros is challenging. However,
-`syz-stress` can be run as follows:
-
-```shell
-make TARGETOS=linux syz-stress
-make TARGETOS=akaros SOURCEDIR=/akaros/checkout executor
-scp -P 5555 -i akaros_id_rsa -o IdentitiesOnly=yes bin/akaros_amd64/syz-executor root@localhost:/
-bin/linux_amd64/syz-stress -os=akaros -ipc=pipe -procs=8 -executor "/usr/bin/ssh -p 5555 -i akaros_id_rsa -o IdentitiesOnly=yes root@localhost /syz-executor"
-```
+[Akaros](http://akaros.cs.berkeley.edu/) support was **removed**.
+You can find it in git history, if needed.
+Found bugs are [here](https://groups.google.com/forum/#!searchin/akaros/syzbot),
+[here](https://syzkaller.appspot.com/akaros)
+and [here](https://github.com/brho/akaros/issues?q=is%3Aissue+syzkaller).