-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathREADME
65 lines (43 loc) · 907 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
libable
libable implements an efficient, portable and secure general-purpose virtual
machine and virtual network as a library
REQUIREMENTS
BSD Make
Clang
GETTING STARTED
Building and installing on OpenBSD
$ cp config.mk.def config.mk
$ make install
...
$
Building and installing on Ubuntu
# apt install bmake clang
...
# exit
$ cp config.mk.def config.mk
$ bmake -DCOMPAT_LINUX install
...
$
Building and installing on macOS
# brew install bmake
...
# exit
$ cp config.mk.def config.mk
$ bmake -DCOMPAT_MACOS install
...
$
GETTING INVOLVED
Contact Details
Find us online at ablevm.org or email us at [email protected]
Code of Conduct
Respect each other and please don't spam
LICENSE
ISC-style license
DETAILS
Virtual Network
Messages
-40 16 bits sent bytes
-30 16 bits body bytes
-20 32 bits mark
00 body
64 KiB - 8 byte header maximum single deliverable message