From e511d9f8d8f1889892d53dd0317f3e99c024f3d5 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Wed, 1 Nov 2017 20:36:17 +0300 Subject: docs: add found_bugs for akaros --- docs/akaros.md | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 docs/akaros.md (limited to 'docs/akaros.md') diff --git a/docs/akaros.md b/docs/akaros.md deleted file mode 100644 index 05ea6fdbc..000000000 --- a/docs/akaros.md +++ /dev/null @@ -1,18 +0,0 @@ -# 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 challening. However, -`syz-stress` can be run as follows: - -``` -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 -executor "/usr/bin/ssh -p 5555 -i akaros_id_rsa -o IdentitiesOnly=yes root@localhost /syz-executor" -``` -- cgit mrf-deployment