Popularity
8.0
Declining
Activity
0.0
Stable
61
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 -
novika
🪱 Novika is a free-form, moldable, interpreted programming language -
myst-lang
A practical, dynamic language designed to be written and understood as easily and efficiently as possible
Clean code begins in your IDE with SonarLint
Up your coding game and discover issues early. SonarLint is a free plugin that helps you find & fix bugs and security issues from the moment you start writing code. Install from your favorite IDE marketplace today.
Promo
www.sonarlint.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