An OS written in Crystal as a Proof of Concept.
Join our team on Discord or IRC ( #nuummite @ int0x10.com:6697 (SSL) )
We're always looking for help with our Projects!
- Get an i686-elf gcc cross-compiler going
- Install the latest Crystal compiler
- Install the latest version of SCons
- Run
sconsto build - Run
scons testto run Runtime tests. - Run
scons --qemu-cursesto build and run qemu
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