Re: [PATCH] driver-core: devtmpfs - driver core maintained /devtmpfs

From: Alan Cox
Date: Fri May 01 2009 - 09:12:02 EST


> a) running before /dev/null and /dev/console requires hacks

Not really, well not if you are writing a serious small tool anyway. In
actual fact the bigger problem if you are using the standard dynamic
link setup (which you wouldn't be I suspect) is /dev/zero.

> b) it requires an initramfs
> c) it pulls everything that hooks into or otherwise affects udev into
> the initramfs; that's much more than we have at present, and a bigger
> initramfs' can only make bootup _slower_.

Ditto a bigger kernel. Remember moving stuff from initramfs to the kernel
makes it less memory efficient usually as its now harder to get rid of
and not pageable later on either.

Alan
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/