Hobby OS written in Nim
Go to file
2018-05-11 02:07:40 +01:00
kernel GDT and IDT now exist in locations that aren't hard coded. Paging currently breaks interrupts. 2018-05-11 02:07:40 +01:00
static Logo update. 2018-04-29 04:20:47 +01: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 Removed NASM dependency. 2018-05-06 20:23:43 +01: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.