kernel help

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
gmoney
Member
Member
Posts: 106
Joined: Mon Jan 03, 2005 12:00 am
Location: Texas, Usa

kernel help

Post by gmoney »

ok in my kernel i have the following setup:
gdt, idt, isrs, irq, keyboard set on irq1 , and a timer set on irq0.
the following is what i need, memory management (pooling) , tss, floppy driver (ext2) , hd driver(ext2), and a way for the kernel to load program.
I'm currently reviewing the linux kernel 0.01 but some of it is confusing to me so if you can help with the things i need or know some good tutorials post it.
Just because your phone is "smart" doesn't mean the user is... ijs
User avatar
JAAman
Member
Member
Posts: 879
Joined: Wed Oct 27, 2004 11:00 pm
Location: WA

Re: kernel help

Post by JAAman »

all the best tuts i know of are at:
BonaFide OS Dev


also very good source can be found at:
Geezer


also there is a very good FAQ at:
OS faq


good luck!
Post Reply