svn commit: r315701 - in head/sys: amd64/cloudabi32 amd64/cloudabi64 arm/cloudabi32 arm64/cloudabi64 i386/cloudabi32

Ed Schouten ed at nuxi.nl
Thu Mar 23 09:38:23 UTC 2017


2017-03-23 10:03 GMT+01:00 Konstantin Belousov <kostikbel at gmail.com>:
> Could you provide me with i386 and amd64 cloudabi hello world binaries ?
> And, might be, an instruction how to run them, if non-trivial.

Sure! I've attached two simple hello world executables to this
message. These executables don't use cloudabi-run to have
configuration/file descriptors injected. In other words, they assume
file descriptor 1 == stdout == your terminal. This means you can
simply run them like this:

$ ./hello-...

As a more general remark, if anyone wants to make more intrusive
changes to the kernel and wants to check whether CloudABI is affected,
at the bottom of this page there are instructions on how to run the C
library's test suite (~900 tests):

https://nuxi.nl/cloudabi/freebsd/

Thanks,
-- 
Ed Schouten <ed at nuxi.nl>
Nuxi, 's-Hertogenbosch, the Netherlands
KvK-nr.: 62051717
-------------- next part --------------
A non-text attachment was scrubbed...
Name: hello-amd64
Type: application/octet-stream
Size: 122248 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-src-head/attachments/20170323/e3f47c03/attachment-0002.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: hello-i386
Type: application/octet-stream
Size: 108504 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-src-head/attachments/20170323/e3f47c03/attachment-0003.obj>


More information about the svn-src-head mailing list