Monday, April 09, 2007

Operating System Development...

It's been a while since I've posted here... Been too busy working on my newest project: Mattise, my hobby operating system. You can see a couple of screenshots and download it at http://www.sourceforge.net/projects/mattise. Many thanks to all the people over at OSDev.org for helping me with all the problems I had with it.

The other project I'm embarking on alongside my operating system is a physics class which can be inherited by other classes. For instance, the physics class is called 'PhysicsObject'. If a user wanted a box, he creates a class called 'PhysicsBox' that is derived from 'PhysicsObject'. At the moment it is extremely experimental but covers velocity changes and acceleration.

If I get around to it I may post some little tutorials on operating system development here. Keep your eyes peeled.