Where to now???

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Post Reply
PlayOS

Where to now???

Post by PlayOS »

Hi everyone,

I have had a couple of weeks break from OS dev, but now I am back and ready to go on.

I have a two stage boot routine that sets up GDT, IDT and paging. I haven't written a proper #PF handler yet. I am wondering what you guy's think I should do next.

Should I do the memory stuff next??

Just after some general comments.

Thanks.
Whatever5k

Re:Where to now???

Post by Whatever5k »

Have you built your own library functions, like strcat(), sprintf(), strlen() and so on? They are important and useful...
And your stdio function like printk() and putc(), are they already done?
If so, do you have some interrupt handlers like the keyboard interrupt? I would now create a good keyboard handler and getch() and scanf() functions...

best regards,
A. Blessing
PlayOS

Re:Where to now???

Post by PlayOS »

Well, that will definately keep me busy for a while. :)

Thanks.
Post Reply