Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pmuens/union
POSIX compliant unikernel written in Rust.
https://github.com/pmuens/union
kernel posix rust unikernel
Last synced: 26 days ago
JSON representation
POSIX compliant unikernel written in Rust.
- Host: GitHub
- URL: https://github.com/pmuens/union
- Owner: pmuens
- Created: 2018-05-16T18:45:33.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-05-19T21:00:42.000Z (over 6 years ago)
- Last Synced: 2024-08-02T19:31:15.059Z (3 months ago)
- Topics: kernel, posix, rust, unikernel
- Language: Assembly
- Homepage:
- Size: 10.7 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-unikernels - Union - POSIX compliant unikernel written in Rust. (Projects / Language oriented)
README
# Union
> POSIX compliant unikernel written in Rust
## Development
1. Build and run the Docker container via `./docker`
1. Build and run the kernel via `make run`
1. Press `ESC + 2` and type `quit` to exit QEMU
1. Clean everything up via `make clean`## Roadmap
The projects roadmap can be found [here](https://github.com/pmuens/union/projects/1).