EvilOS is a small object-oriented microkernel designed to be used as the base for a general purpose operating system.
The object-oriented features of EvilOS is based on BOOPSI (Basic Object Oriented Programming System for Intuition) introduced in AmigaOS 2.0

Current status of the kernel:

Currently I am working primarily on the new memory manager, but also some on how to implement security withouth bringing in too much policy (the kernel should handle mechanics, not policy).

First pre-release version is available. It is released primarily to let people see the structure and coding style used.
Downloads available here

Latest version is always found in CVS
Next pre-release will be done when the memory manager is finished.