• Stars
    star
    60
  • Rank 486,660 (Top 10 %)
  • Language
    Crystal
  • License
    MIT License
  • Created over 7 years ago
  • Updated about 7 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

An OS kernel written in Crystal.

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

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