Timing Stuff

I committed revision 34 tonight - in the last few revisions, I’ve improved the keyboard driver, and added a timer IRQ handler - so now I can do delays and things like that. I’ve also been slowly but surely nearing the completion of paging.

I’ve been coding just for 32 bit recently. I have to see if it compiles for 64bit soon! I haven’t actually got around to enabling Long mode though.

I will probably need to move the arch specific stuff into different folders - but then I would need to generate a makefile and a header containing the #define that sets the platform to 64 bits in the C++ code. This would be good, but it will take some time, and I don’t really know how to do it…

Leave a Reply