Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vinc/nyx
Chaos > Nyx > Moros
https://github.com/vinc/nyx
Last synced: 14 days ago
JSON representation
Chaos > Nyx > Moros
- Host: GitHub
- URL: https://github.com/vinc/nyx
- Owner: vinc
- Created: 2023-12-08T00:28:39.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-02T10:28:58.000Z (7 months ago)
- Last Synced: 2024-10-19T23:49:11.141Z (2 months ago)
- Language: Shell
- Size: 3.91 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Nyx
Nyx is the [bedrock platform][0] to build [MOROS][1], a hobby operating system
written in Rust by [Vincent Ollivier][2].[0]: https://permacomputing.net/bedrock_platform/
[1]: http://moros.cc
[2]: https://vinc.cc## Setup
Download Alpine Linux base image:
$ wget https://dl-cdn.alpinelinux.org/alpine/v3.19/releases/x86_64/alpine-virt-3.19.0-x86_64.iso
Run the image with QEMU:
$ wget https://raw.githubusercontent.com/vinc/nyx/main/qemu.sh
$ bash qemu.shLog in as root inside QEMU then run the following commands:
# setup-interfaces -ar
# wget https://raw.githubusercontent.com/vinc/nyx/main/bootstrap.sh
# bash bootstrap.sh