Hobby OS written in Nim
Go to file
2018-05-01 20:11:14 +01:00
kernel Added integer hash function. Other minor changes. 2018-05-01 19:24:29 +01:00
static Logo update. 2018-04-29 04:20:47 +01:00
.gitignore Moved external scripts into nakefile. 2018-05-01 20:11:14 +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 Moved external scripts into nakefile. 2018-05-01 20:11:14 +01:00
README.md Gave project a proper name + basic logo. 2018-04-29 04:20:47 +01:00

Alcedo

Alcedo

A hobby OS written in Nim.

Requirements

  • nim
  • nimble (* or use other nake install method)
  • clang
  • nasm
  • 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.