Fluorite

An OS kernel written in Crystal.

Fluorite Logo

A highly experimental OS written in Crystal.
Chat with us on Discord!

Contributing

If you want to help, talk to us on our Discord server.
We'll be happy to work with you.

Building on Linux/WSL

Building via Docker

  • Build the Docker image: docker build -t fluorite-builder .

  • Use the image to compile the code: docker run --rm -v $(pwd):/build -t fluorite-builder

  • Any arguments to scons can be passed in like this: docker run --rm -v $(pwd):/build -t fluorite-builder -- test <- runs scons test within the container.

  • all build artifacts will be placed in the ./build directory

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
Repository

Fluorite

Owner
Statistic
  • 15
  • 3
  • 0
  • 0
  • 0
  • over 5 years ago
  • December 5, 2017
License

MIT License

Links
Synced at

Sun, 05 May 2024 18:28:40 GMT

Languages