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 Added some compability for command name differences on different distros. Added some requirements documentation. 2018-04-29 04:20:47 +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 Added some compability for command name differences on different distros. Added some requirements documentation. 2018-04-29 04:20:47 +01:00

Kernel

Synopsis

A hobby OS written in Nim.

Requirements

  • nim
  • clang
  • glibc-32
  • nasm
  • grub2
  • make
  • qemu