initramfs status?
Posted Aug 29, 2002 17:48 UTC (Thu) by
iabervon (subscriber, #722)
In reply to:
initramfs status? by cpeterso
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. Additionally, people keep reducing the duplication; there's no inherent reason a device driver can't act like a module while being linked into the kernel image (getting the code into memory and linked is the same for all modules; once it's linked, it can run the same whether it's always been there or was loaded dynamically). So it may turn out that the main useful idea of Alan's work (code initializes the same way regardless of whether it's in the kernel file or not) will be implemented without some of the other properties of the idea which people don't like.
(
Log in to post comments)