What should I code first for my kernel?

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
User avatar
kenneth_phough
Member
Member
Posts: 106
Joined: Sun Sep 18, 2005 11:00 pm
Location: Williamstown, MA; Worcester, MA; Yokohama, Japan
Contact:

What should I code first for my kernel?

Post by kenneth_phough »

I am finally over the "boot-and-load-a-message" os and am wondering what should I start coding first for my os. Should I start with Memory Management or there really isn't ny order.
Thanks in advance

-Kenneth
blackcatcoder
Member
Member
Posts: 132
Joined: Wed Nov 03, 2004 12:00 am
Location: Austria
Contact:

Re: What should I code first for my kernel?

Post by blackcatcoder »

try to get some things working:

PMode (32-Bit protected Mode) + GDT + IDT
Paging (with a little memory management)
the try to implement task switching (software of hardware(tss))
Post Reply