Page 1 of 1

Where to now???

Posted: Wed Oct 16, 2002 5:14 am
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.

Re:Where to now???

Posted: Wed Oct 16, 2002 5:26 am
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

Re:Where to now???

Posted: Wed Oct 16, 2002 5:55 am
by PlayOS
Well, that will definately keep me busy for a while. :)

Thanks.