Skip to content
/ able Public

An efficient, portable and secure general-purpose virtual machine and virtual network using libable

License

Notifications You must be signed in to change notification settings

ablevm/able

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ea7a856 · Apr 4, 2023

History

32 Commits
Nov 5, 2020
Apr 4, 2023
May 16, 2022
May 16, 2022
May 16, 2022
Jan 15, 2021
May 20, 2022
May 16, 2022
May 16, 2022
May 16, 2022
May 16, 2022
Jan 13, 2021
Jan 13, 2021

Repository files navigation

able

able implements an efficient, portable and secure general-purpose virtual
machine and virtual network using libable

REQUIREMENTS

BSD Make
Clang
libable
libable_misc

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

Extended Instruction Set

84  now
85  reset
86  depth
FE  debug

About

An efficient, portable and secure general-purpose virtual machine and virtual network using libable

Resources

License

Stars

Watchers

Forks

Packages

No packages published