https://github.com/ardaku/quantii-neutron
Implementation of Quantii suite on the neutron kernel
https://github.com/ardaku/quantii-neutron
Last synced: 7 months ago
JSON representation
Implementation of Quantii suite on the neutron kernel
- Host: GitHub
- URL: https://github.com/ardaku/quantii-neutron
- Owner: ardaku
- License: gpl-3.0
- Created: 2022-04-30T17:17:23.000Z (over 3 years ago)
- Default Branch: stable
- Last Pushed: 2022-05-04T12:48:40.000Z (over 3 years ago)
- Last Synced: 2025-02-03T18:55:57.191Z (8 months ago)
- Language: Rust
- Size: 17.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Quantii Neutron
Implementation of Quantii suite on the neutron kernel.
## Wasm
Requires [krustlet](https://github.com/krustlet/krustlet) built and kubernetes. To test it out, use a docker container.
On Neutron, `krustlet` is built in `/sys/bin` when the `wasm` option is checked in the installer phase 2.
For userspace applications, `wasmer` is used. It should be installed in `/sys/bin`. All apps that can be compiled to `wasm32-wasi` can run with `wasmer`.
## OCI
Open Container Interface. Very cool containerisation framework to build, load and manage containers on distributed systems. Can be used with krustlet kubernetes KCI.
## Apps
The quantii suite includes things like a window manager, desktop environment, and misc executable tools and libraries.
To use them, build for `wasm32-wasi` as usual. Or if possible, `riscv64gc-neutron`.