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
What should I code first for my kernel?
- kenneth_phough
- Member
- Posts: 106
- Joined: Sun Sep 18, 2005 11:00 pm
- Location: Williamstown, MA; Worcester, MA; Yokohama, Japan
- Contact:
-
- Member
- Posts: 132
- Joined: Wed Nov 03, 2004 12:00 am
- Location: Austria
- Contact:
Re: What should I code first for my kernel?
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))
PMode (32-Bit protected Mode) + GDT + IDT
Paging (with a little memory management)
the try to implement task switching (software of hardware(tss))