Groovyos

GroovyOS is a simple operating system I wrote in assembler and C to illustrate a tutorial on how to create an operating system. Unfortunately, I can't find the old zip file of it, but you can download a very simliar operating system called nOS here.

Download n OS

  • Download n OS (242kb, includes source codes and compilers)

    Source files:
  • Boot.asm
  • Compile.bat
  • makefile.ctl
  • nOS.C
  • nOS.h
  • system.asm
  • system.c
  •