Kernel Refactoring

Well, I’ve fixed all the char * warnings in the kernel, and now I’m going to refactor the code to make it more manageable and easier to port to other architectures. I’m also going to get rid of a lot of the classes I was using, because there isn’t any point in using them if you are going to only use one instance.

I never got around to moving to autotools, because I couldn’t get it to work… My system is working alright though, and I will improve it for more architecture independence.

Leave a Reply