OZONE is an
Object Oriented Operating System written in the
C Programming Language . Almost everything in the kernel is an object (
Thread s,
Process es,
Device s,
File s, event flags, etc) to which can be assigned logical names.
On
I686 based processors it uses the
Protection Ring concept to a greater extend than the systems it was inspired by (
VMS ,
Unix ,
Windows NT ). As only small
Interrupt Handler s run in kernel mode (ring 0) and what makes-up the actual
Kernel runs in exec mode (ring 1).http://www.o3one.org/x86stuff.html
- reliable--- sources really calling this "steganography"? -->
OZONE is licensed under a
GPL License.