About FreeNOS
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 is very hard 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. Documentation is vital to help understanding the workings of an operating 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.
Authors
The initial FreeNOS code has been written from scratch by Niek Linnenbank. Please see the README file for the current list of contributors and developers.
Mascotte
Our mascotte is a green Chinese dragon. I chose a dragon because I am born in the Chinese year of the dragon and called it "Draakje" (Dutch word for dragon).