The Linux Kernel Mailing List
 help / color / mirror / Atom feed
* kernel boot order
@ 2004-02-14  3:39 ameer armaly
  2004-02-14  6:54 ` Armen Kaleshian
  2004-02-14  8:33 ` Brian Gerst
  0 siblings, 2 replies; 4+ messages in thread
From: ameer armaly @ 2004-02-14  3:39 UTC (permalink / raw)
  To: linux-kernel

Hi all.
What determines the order in which parts of the kernel are loaded?  Is it
in main.c or omsething like that or is it in the link order, or something
totally different.
Please reply privately to me at ameer@charter.net since I can't handle 300
msgs a day.
Thanks,



Ameer


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: kernel boot order
  2004-02-14  3:39 kernel boot order ameer armaly
@ 2004-02-14  6:54 ` Armen Kaleshian
  2004-02-15  4:05   ` ameer armaly
  2004-02-14  8:33 ` Brian Gerst
  1 sibling, 1 reply; 4+ messages in thread
From: Armen Kaleshian @ 2004-02-14  6:54 UTC (permalink / raw)
  To: ameer armaly; +Cc: linux-kernel

What do you mean by what parts? The kernel enables your system devices, and then
other services are started based on what you have specified to start at the run
level you've set the machine to boot to.

Please clarify your question so that I may better answer it.

--Armen

On Fri, Feb 13, 2004 at 10:39:11PM -0500, ameer armaly wrote:
: Hi all.
: What determines the order in which parts of the kernel are loaded?  Is it
: in main.c or omsething like that or is it in the link order, or something
: totally different.
: Please reply privately to me at ameer@charter.net since I can't handle 300
: msgs a day.
: Thanks,
: 
: 
: 
: Ameer
: 
: -
: To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
: the body of a message to majordomo@vger.kernel.org
: More majordomo info at  http://vger.kernel.org/majordomo-info.html
: Please read the FAQ at  http://www.tux.org/lkml/

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: kernel boot order
  2004-02-14  3:39 kernel boot order ameer armaly
  2004-02-14  6:54 ` Armen Kaleshian
@ 2004-02-14  8:33 ` Brian Gerst
  1 sibling, 0 replies; 4+ messages in thread
From: Brian Gerst @ 2004-02-14  8:33 UTC (permalink / raw)
  To: ameer armaly; +Cc: linux-kernel

ameer armaly wrote:
> Hi all.
> What determines the order in which parts of the kernel are loaded?  Is it
> in main.c or omsething like that or is it in the link order, or something
> totally different.
> Please reply privately to me at ameer@charter.net since I can't handle 300
> msgs a day.
> Thanks,
> 

Unless it's explicity called from init/main.c, then it's initcall level 
then link order that determines the order.

--
				Brian Gerst

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: kernel boot order
  2004-02-14  6:54 ` Armen Kaleshian
@ 2004-02-15  4:05   ` ameer armaly
  0 siblings, 0 replies; 4+ messages in thread
From: ameer armaly @ 2004-02-15  4:05 UTC (permalink / raw)
  To: Armen Kaleshian; +Cc: linux-kernel

I reffer to the various modules that are linked directly linked into the
kernel; that are set to y in make config.

On Sat, 14 Feb 2004, Armen Kaleshian wrote:

> What do you mean by what parts? The kernel enables your system devices, and then
> other services are started based on what you have specified to start at the run
> level you've set the machine to boot to.
>
> Please clarify your question so that I may better answer it.
>
> --Armen
>
> On Fri, Feb 13, 2004 at 10:39:11PM -0500, ameer armaly wrote:
> : Hi all.
> : What determines the order in which parts of the kernel are loaded?  Is it
> : in main.c or omsething like that or is it in the link order, or something
> : totally different.
> : Please reply privately to me at ameer@charter.net since I can't handle 300
> : msgs a day.
> : Thanks,
> :
> :
> :
> : Ameer
> :
> : -
> : To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> : the body of a message to majordomo@vger.kernel.org
> : More majordomo info at  http://vger.kernel.org/majordomo-info.html
> : Please read the FAQ at  http://www.tux.org/lkml/
>

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2004-02-15  4:09 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-02-14  3:39 kernel boot order ameer armaly
2004-02-14  6:54 ` Armen Kaleshian
2004-02-15  4:05   ` ameer armaly
2004-02-14  8:33 ` Brian Gerst

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox