Popularity
8.1
Declining
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
Less time debugging, more time building
Scout APM allows you to find and fix performance issues with no hassle. Now with error monitoring and external services monitoring, Scout is a developer's best friend when it comes to application development.
Promo
scoutapm.com
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