Skip to content
This repository has been archived by the owner on Feb 12, 2018. It is now read-only.

danopia/dux

 
 

Repository files navigation

Dux is an operating system started back in 2008 or so.

About the naming:
  Dux - the operating system as a whole - this name was a suggestion from duckinator's friend
  metodo - the kernel - "method"/"approach" in Italian (and also in Esperanto, but this was learned later)
  colpa - the debugger - "fault" in Italian

To compile dux you need:
  - clang (C compiler; version 1.0 is known to work)
  - nasm  (assembler; version 2.08.01 is known to work)
  - ld    (linker, from binutils 2.20.1 is known to work but it should work if it can link an elf binary)

Released under the MIT license, see LICENSE for more information.

About

Operating system/kernel

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 91.3%
  • Assembly 3.9%
  • C++ 2.6%
  • Shell 1.4%
  • Objective-C 0.8%