Re: Modularize kernel
- From: Julian Elischer <julian@xxxxxxxxxxxx>
- Date: Thu, 07 Sep 2006 23:25:35 -0700
M. Warner Losh wrote:
In message: <f126fae00609071949u79960am7d781b3fca8058b8@xxxxxxxxxxxxxx>I'm guessing he would like to have basically no kernel, so that you start by linking in
"Howard Su" <howard0su@xxxxxxxxx> writes:
: On 9/8/06, M. Warner Losh <imp@xxxxxxxxxx> wrote:
: > I routinely boot a minimal kernel and kldload everything. this gives
: > me a kernel about 1/3 the size of a full GENERIC build, but at the
: > price of needing to keep my modules up to date.
: : For -STABLE tree, i think it is easy since ABI is fixed. However what
: I proposed is pushing this effort to let most user to use module
: instead of rebuilding the kernel.
I guess what I'm saying is that with a minimal kernel + all the
modules we have, you have that today.
the vm and your scheduler-of-choice, etc
Warner_______________________________________________
_______________________________________________
freebsd-arch@xxxxxxxxxxx mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-arch
To unsubscribe, send any mail to "freebsd-arch-unsubscribe@xxxxxxxxxxx"
freebsd-arch@xxxxxxxxxxx mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-arch
To unsubscribe, send any mail to "freebsd-arch-unsubscribe@xxxxxxxxxxx"
- References:
- Modularize kernel
- From: Howard Su
- Re: Modularize kernel
- From: M. Warner Losh
- Re: Modularize kernel
- From: Howard Su
- Re: Modularize kernel
- From: M. Warner Losh
- Modularize kernel
- Prev by Date: Re: Modularize kernel
- Next by Date: Re: Modularize kernel
- Previous by thread: Re: Modularize kernel
- Next by thread: Re: Modularize kernel
- Index(es):
Relevant Pages
- Re: Modularize kernel
... :> I routinely boot a minimal kernel and kldload everything. ...
I guess what I'm saying is that with a minimal kernel + all the ... (freebsd-arch) - Re: Modularize kernel
... :> I routinely boot a minimal kernel and kldload everything. ... I guess
what I'm saying is that with a minimal kernel + all the modules we have, ... One of the
biggest concerns I have with moving towards a heavily modularized default kernel is that we may find
we need to explore improving our automatic loading of modules. ... For example, if we want
to de-populate the base kernel with respect to device drivers, which take up quite a lot of space, we'll
want to look both at how to handle early boot, and later loading if hardware turns up -- issues
we've largely avoided by virtue of compiling them in. ... (freebsd-arch) - Re: 4.9 KLDload error
... >>kldload should give more error information on what function it failed
to load. ... >the kernel linker will send debugging output to the system console. ...
I will look into it to see what causes this compile problem. ... (freebsd-hackers) - Re: SCO binary compatibilkity
... kldload ibcs2_coff.ko ... >kernel and install by default? ...
>relatively easy task to recompile a new kernel to enable compatibility? ... Outgoing
mail is certified Virus Free. ... (freebsd-questions) - RE: Question
... kldload snd_maestro3.ko ... then u can verify if it was loaded using
"kldstat" ... it will automatically load snd_pcm.ko to the kernel. ... To unsubscribe,
... (freebsd-questions)