Page 1 of 1

kernel help

Posted: Tue Apr 18, 2006 11:00 pm
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.

Re: kernel help

Posted: Wed Apr 19, 2006 11:00 pm
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!