Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nyx-os/nyx
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/nyx-os/nyx
- Owner: nyx-os
- License: bsd-2-clause
- Created: 2022-10-15T00:35:25.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-10-05T01:00:06.000Z (about 1 month ago)
- Last Synced: 2024-11-08T03:03:52.565Z (6 days ago)
- Language: Shell
- Size: 5.31 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-osdev - nyx - A simple operating system with a capability-based microkernel. (Projects / Operating Systems)
README
# Nyx
Nyx is a hobby OS powered by its own kernel, [Gaia](https://github.com/nyx-org/gaia).
## Screenshot
![Screenshot](screenshot.png)## Running
`meson setup build --cross-file toolchains/x86_64-llvm.ini && ninja -C build && ./jinx build-all && ARCH=x86_64 ./run.sh`