What should i do next?
Posted: Sun Jan 28, 2007 1:22 am
I've written a very basic kernel that displays text to the screen, sets up protected mode, and listens to keyboard input. However I don't know where to go from here. I'm told by some resources to make a memory manager but I'm not sure that I need it at the moment. As aren't memory managers only used for multi tasking? At the moment I am unsure whether to make a memory manager or a hard disk driver. Could you give me some advice please.