Popularity
8.1
Stable
Activity
0.0
Stable
60
7
7
Programming language: Crystal
License: MIT License
Tags:
Implementations/Compilers
NuummiteOS alternatives and similar shards
Based on the "Implementations and Compilers" category.
Alternatively, view NuummiteOS alternatives based on common mentions on social networks and blogs.
-
mint-lang
:leaves: A refreshing programming language for the front-end web. -
myst-lang
A practical, dynamic language designed to be written and understood as easily and efficiently as possible
Static code analysis for 29 languages.
Your projects are multi-language. So is SonarQube analysis. Find Bugs, Vulnerabilities, Security Hotspots, and Code Smells so you can release quality code every time. Get started analyzing your projects today for free.
Promo
www.sonarqube.org
Do you think we are missing an alternative of NuummiteOS or a related project?
README
NuummiteOS
An OS written in Crystal as a Proof of Concept.
Join our team on Discord or IRC ( #nuummite @ int0x10.com:6697 (SSL)
)
Contributing
We're always looking for help with our Projects!
Building on Linux/WSL
- Get an i686-elf gcc cross-compiler going
- Install the latest Crystal compiler
- Install the latest version of SCons
- Run
scons
to build - Run
scons --qemu-curses
to build and run qemu
Using the recovery shell
- Username is:
root
- Password is:
1234
- Commands can be listed using
help
Troubleshooting
xorriso : FAILURE : Cannot find path '/efi.img' in loaded ISO image
or
grub-mkrescue: error:
mformat
invocation failed
:
- On Arch:
sudo pacman -Sy mtools
- On Debian/Ubuntu/WSL:
sudo apt-get install mtools
- On Fedora/RedHat/CentOS:
sudo yum install mtools