It's currently at such a stage that those wishing to view how a basic (working) kernel that can multitask (more like multithead...) and handles startup stuff properly can download it and look over it.
Soon I'll add in hard drive support with FAT read functions (no writing yet).
It's all in the Mattise CVS repository, in the folder CPP_kernel. This time, I've also added a makefile

Edit: Also, the output stuff is a bit spaghetti but does show a basic console class, and a really simple 'cout' that overloads the << operator for char* types only.