My favorites | Sign in
Project Home Issues Source
Project Information
Members
Links

FreeNOS is an experimental operating system written for one purpose: learning and exploring computer systems. For this reason, the FreeNOS project emphasizes:

  • Readable Code: The number one rule. It's impossible to learn from a system with unreadable code. Additionally, the purpose of high level programming languages is to make it easier for humans to control computers, which implies readable code.
  • Documentation: All source code should be documented. Period. Documentation is vital to help understanding the workings of a system. In FreeNOS, we use Doxygen.
  • Accessibility: It should be an easy task to “try out” FreeNOS with various compilers on different host operating systems.

If you find one of the above rules violated in the FreeNOS source code, please feel free to report a bug.

Powered by Google Project Hosting