Skip to content

Commit 40993ff

Browse files
committed
Cleaned out broken examples and tests
1 parent d48693e commit 40993ff

File tree

265 files changed

+184
-65437
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

265 files changed

+184
-65437
lines changed

NOTICE

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@ Copyright 2015 Oslo and Akershus University College of Applied Sciences
44
and Alfred Bratterud
55

66
This product includes software developed at
7-
IncludeOS (http://www.includeos.org/).
7+
IncludeOS (http://www.includeos.org/).
8+

api/common

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
// See the License for the specific language governing permissions and
1616
// limitations under the License.
1717

18-
// -*-C++-*-
1918

2019
#pragma once
2120

api/virtio/virtio.hpp

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,8 @@
1616
// limitations under the License.
1717

1818
/**
19-
@note A lot of this stuff is snipped from SanOS, (C) Michael Ringgaard.
20-
21-
All due respect.
19+
@note This virtio implementation was very much inspired by
20+
SanOS, (C) Michael Ringgaard. All due respect.
2221
2322
STANDARD:
2423
@@ -62,9 +61,6 @@
6261
#define VIRTIO_CONFIG_S_FAILED 0x80
6362

6463

65-
66-
67-
6864
/** A simple scatter-gather list used for Queue::enqueue.
6965
( From sanos, virtio.h - probably Linux originally)
7066
*/

api/virtio/virtionet.hpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@
1616
// limitations under the License.
1717

1818
/**
19+
@note This virtionet implementation was very much inspired by
20+
SanOS, (C) Michael Ringgaard. All due respect.
21+
1922
STANDARD:
2023
2124
We're aiming for standard compliance:

examples/STREAM/Makefile

Lines changed: 0 additions & 106 deletions
This file was deleted.

examples/STREAM/run.sh

Lines changed: 0 additions & 12 deletions
This file was deleted.
-386 KB
Binary file not shown.

examples/basic_udp/Makefile

Lines changed: 0 additions & 107 deletions
This file was deleted.

examples/basic_udp/convert_image.sh

Lines changed: 0 additions & 4 deletions
This file was deleted.

examples/basic_udp/debug/service.gdb

Lines changed: 0 additions & 5 deletions
This file was deleted.

examples/basic_udp/qemu_cmd.sh

Lines changed: 0 additions & 25 deletions
This file was deleted.

examples/basic_udp/run.sh

Lines changed: 0 additions & 41 deletions
This file was deleted.

0 commit comments

Comments
 (0)