Gentoo Archives: gentoo-dev

From: Rich Freeman <rich0@g.o>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] Let's redesign the entire filesystem! [was newsitem: unmasking udev-181]
Date: Wed, 14 Mar 2012 00:53:11
Message-Id: CAGfcS_kWRQckicCa6faPbS4ES_R2kN0zMLRmPwFu5ocN6EU6gA@mail.gmail.com
In Reply to: Re: [gentoo-dev] Let's redesign the entire filesystem! [was newsitem: unmasking udev-181] by Joshua Kinard
1 On Tue, Mar 13, 2012 at 8:20 PM, Joshua Kinard <kumba@g.o> wrote:
2 > The trend now seems to be to modularize everything these days, even stuff
3 > like the core disk drivers, then build those core modules into an initramfs
4 > that the kernel cherrypicks from at boot.  That's the perception, anyways,
5 > and one which I don't really get.
6
7 Well, on most distros the kernel is just another package that is the
8 same on every box. If you want one kernel for every PC, then it needs
9 to support every piece of hardware in existence. So, either it is
10 highly modular, or it is going to suck up a ton of RAM.
11
12 The solution is a one-size-fits-all kernel, combined with a
13 one-size-fits-all initramfs.
14
15 For Gentoo where people build their own kernels, it doesn't make as much sense.
16
17 Rich