Hobby OS written in Nim
Go to file
2020-11-04 22:47:42 +00:00
kernel Added hash function to add more data. 2018-05-16 02:05:07 +01:00
static Logo update 2020-11-04 22:47:42 +00:00
.gitignore Added optional debug mode that sends qemu output to a file. 2018-05-08 01:57:09 +01:00
.gitlab-ci.yml Moved external scripts into nakefile. 2018-05-01 20:11:14 +01:00
grub.cfg Added code + tooling to build os. 2017-10-20 20:58:06 +01:00
LICENSE Add LICENSE 2018-04-29 03:24:36 +00:00
nakefile.nim Added optional debug mode that sends qemu output to a file. 2018-05-08 01:57:09 +01:00
README.md Logo update 2020-11-04 22:47:42 +00:00

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.