atmanos

Build Go programs that run directly on the Xen hypervisor

Github星跟踪图

NOTE: AtmanOS is an unstable and experimental project!

AtmanOS

AtmanOS allows you to compile ordinary Go programs into standalone unikernels
that run under the Xen hypervisor.

AtmanOS is implemented as a series of patches and additional files for Go's
runtime and standard library. AtmanOS is a GOOS available from the modified
go command, meaning programs can be cross-compiled for AtmanOS in the normal
manner:

GOOS=atman go build

Build AtmanOS

Build AtmanOS by running bin/setup,
which will download the required dependencies to the build directory
and then build AtmanOS itself.

Build a program and deploy it

Read the Running locally with Vagrant
tutorial for the fastest way to build your first program with AtmanOS.

Supported I/O

  • Console - available on os.Stdin and os.Stdout
  • Network - managed out-of-tree in atmanos/anet

Contributing

We love pull requests from everyone.
By participating in this project,
you agree to abide by the Go Community Code of Conduct.

We expect everyone to follow the code of conduct
anywhere in the project's codebases,
issue trackers, chatrooms, and mailing lists.

License

AtmanOS is Copyright (c) 2015 Bernerd Schaefer. It is free software,
and may be redistributed under the terms specified in the LICENSE file.

主要指标

概览
名称与所有者atmanos/atmanos
主编程语言Go
编程语言Makefile (语言数: 5)
平台
许可证BSD 3-Clause "New" or "Revised" License
所有者活动
创建于2016-01-03 03:32:28
推送于2017-10-29 01:04:15
最后一次提交2017-10-29 01:03:28
发布数0
用户参与
星数711
关注者数36
派生数23
提交数104
已启用问题?
问题数21
打开的问题数8
拉请求数17
打开的拉请求数0
关闭的拉请求数0
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?