mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-02 06:03:50 +00:00
1502a385bf
The latest version of cloudabi-run now includes an emulator for running CloudABI executables. Though this emulator has been primarily developed for Mac OS X, it also works reasonably well on FreeBSD. This means that FreeBSD users can now experiment with CloudABI even on FreeBSD <11. The new version of cloudabi-utils now depends on an additional package, simply called cloudabi. This package installs a set of headers that describe the actual binary interface that programs can use. Reviewed by: beat Differential Revision: https://reviews.freebsd.org/D6056
12 lines
503 B
Plaintext
12 lines
503 B
Plaintext
Nuxi CloudABI is an application binary interface for UNIX-like operating
|
|
systems built around the concept of capability-based security. In a
|
|
nutshell, it means that you can run processes directly on top of a UNIX
|
|
kernel while keeping complete control over the actions the process is
|
|
allowed to perform.
|
|
|
|
This port installs a set of header files that contain the definitions
|
|
that describe the ABI itself: all of the constants, types, structures
|
|
and system calls.
|
|
|
|
WWW: https://github.com/NuxiNL/cloudabi
|