Re: Network Architecture Entry Point
- From: "Enrique Perez-Terron" <enrio@xxxxxxxxx>
- Date: Tue, 27 Dec 2005 23:36:05 +0100
On Tue, 27 Dec 2005 08:39:40 +0100, <newbie_tw@xxxxxxxxxxxx> wrote:
I'm interested in learning linux kernel networking. Therefore, I read a
book named "Understanding the Linux Kernel". Then, after reading it,
now I want to trace the source code directly to see how it gets to
worked. However, I have no idea where is the starting point like
start_kernel() function for me to commence. Would anyone simply to tell
me where it is? Or where is the point where the kernel brings up the
nic or the whole network subsystem?
For i386 architecture, you could start in
arch/i386/boot/setup.S
-Enrique
.
Relevant Pages
- Re: Student Project Ideas
... I've been hacking on the Linux kernel all semester for my OS: ... patches at first to use ARRAY_SIZE macro instead of manual computation. ... I keep reading from Understanding Linux kernel v3 ... and reading lots of code everyday. ... (Linux-Kernel) - To get back on topic....
... It is an IBM page about the linux kernel, with lots of links for further ... reading, I just spent about an hour reading several of the links. ... (alt.2600) - Re: How to debug multithreaded SBCL application?
... Christophe Rhodes writes: ... and anyone else reading): ... better answers on the sbcl mailing lists than by asking on Usenet. ... Linux kernel 2.6 is strongly ... (comp.lang.lisp) - Network Architecture Entry Point
... I'm interested in learning linux kernel networking. ... Then, after reading it, ... now I want to trace the source code directly to see how it gets to ... (comp.os.linux.development.system) - Re: To get back on topic....
... It is an IBM page about the linux kernel, with lots of links for further ... reading, I just spent about an hour reading several of the links. ... (alt.2600) |
|