Hobby OS written in Nim
Go to file
2018-04-29 04:20:47 +01:00
kernel Starting work on a PS2 keyboard driver. 2018-04-29 04:20:47 +01:00
.gitignore Updated gitignore to ignore nimcache in any subdirectory. 2017-10-21 19:22:20 +01:00
buildandrun.sh Added script to automatically build the OS and run in qemu. 2017-10-20 22:06:43 +01:00
builddisc.sh Move Nim compiler settings to a separate configuration file. 2017-10-21 18:46:59 +01:00
checkmultiboot.sh Updated multiboot check script to match new naming. 2018-04-29 04:20:47 +01:00
grub.cfg Added code + tooling to build os. 2017-10-20 20:58:06 +01:00
makefile Added release option to makefile. 2018-04-29 04:20:47 +01:00
nim.cfg Enabled LibC. 2018-04-29 04:20:47 +01:00
README.md Update README 2018-04-29 04:20:47 +01:00

Kernel

Synopsis

A hobby OS written in Nim.