Dynamo Kernel - v0.4 Released :)
Posted: Thu Feb 21, 2008 12:05 pm
Hi guys,
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.
Have fun,
Sean
Oh, almost forgot:
https://sourceforge.net/project/showfil ... _id=151015
Tests are appreciated, as always
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.
Have fun,
Sean
Oh, almost forgot:
https://sourceforge.net/project/showfil ... _id=151015
Tests are appreciated, as always