This forums is for OS project announcements including project openings, new releases, update notices, test requests, and job openings (both paying and volunteer).
I finally managed to tear myself away from course work to bang out the next release of my kernel.
I've implemented my new object manager design, supporting inheritance, type checking, and polymorphism - with a few exported classes and methods. These exported methods are accessible through a small system call interface, and I've provided a user-mode test shell to demonstrate a few features (not many, yet).
For those of you who believe that "everything is an object, not necessarily a file," the source should make an interesting read.