alcedo/README.md
2020-11-04 22:47:42 +00:00

458 B

Alcedo

Alcedo

A hobby OS written in Nim.

Requirements

  • nim
  • nimble (* or use other nake install method)
  • clang
  • grub2
  • qemu

Running

This setup uses nake to perfom build instructions. Installation instructions for nake can be found here

$ nim c nakefile

Then $ ./nakefile debug for debug build.

$ ./nakefile run for release build.