Re: I hope to be kernel developer ,in i386 arch

From: Willy Tarreau
Date: Sat Apr 29 2006 - 00:47:09 EST


Hello,

On Sat, Apr 29, 2006 at 12:54:28AM +0300, khaled MOHAMMED atteya wrote:
> HELLO
> I hope to be kernel developer ,in i386 arch.
> am i needing to read all i386 and pentium manual (the three volume)?

For kernel development, you don't necessary need to start from the CPU
manuals. Starting from the kernel code would be more efficient. Then,
once you feel you really need to get specific CPU knowledge, take a look
at its manual. Generally, the i386 manual + some experience with this
CPU will be enough to understand most code. Newer x86 CPUs reuse the
same instruction set and model, and add a few instructions and memory
models. Also, it might be wise to get basic knowledge on the PC
architecture if you don't have right now (I/O, mem, DMA, PCI, IRQs, ...).

Hoping this helps,
Willy

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/