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