Hobby OS written in Nim
Go to file
2018-04-29 04:20:47 +01:00
kernel Implemented memcpy and memset. Allows larger local variables. 2018-04-29 04:20:47 +01:00
.gitignore Added logging via serial output. 2018-04-29 04:20:47 +01:00
buildandrun.sh Added logging via serial output. 2018-04-29 04:20:47 +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 logging via serial output. 2018-04-29 04:20:47 +01:00
nim.cfg Moved linker options requiring files to pragmas in kernel,nim 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