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:
- Boots in Bochs.
- Class creation in.
- Root class more or less finished.
- Powerfull recursive makefile system in place.
- New memory managment system is being implemented, based on paging.
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.