initramfs status?
Posted Aug 29, 2002 22:21 UTC (Thu) by
giraffedata (subscriber, #1954)
In reply to:
initramfs status? by iabervon
Parent article:
The 2.5 device model
>I believe that nobody's managed to get all of the efficiencies of having
>things statically linked into the kernel with modules
I believe there are no such efficiencies. I maintain the loadable kernel module ("module") HOWTO and have been collecting information on that question, and all I've come up with is one possible efficiency that statically linked modules have over dynamically loaded ones in that the base kernel lives in a block of virtual=real memory, whereas a dynamically loaded one may get loaded into a region where the virtual address is not the same as the real address. And that _may_ have some measurable effect on speed in _some_ architectures. But probably nothing significant.
And even that is pretty easy to fix in the initramfs concept, since the loading of the base kernel and of all the other modules is happening at about the same time.
(
Log in to post comments)