alcedo/README.md

22 lines
458 B
Markdown
Raw Permalink Normal View History

2020-11-04 22:47:42 +00:00
![Alcedo](/neviyn/alcedo/raw/branch/master/static/logo.png)
# Alcedo
2017-10-21 19:48:29 +01:00
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](https://github.com/fowlmouth/nake#installation)
`$ nim c nakefile`
Then `$ ./nakefile debug` for debug build.
`$ ./nakefile run` for release build.