Source-Changes-D archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: src/sys/arch/i386/conf



On Fri, Feb 11, 2011 at 05:06:43AM +0100, Jean-Yves Migeon wrote:
> Indeed, it would be good to have at least some exec formats and
> file-systems builtin by default in GENERIC:
> 
> EXEC_ELF32, _SCRIPT  # obvious
> FFS, CD9660, MFS, TMPFS, NFS, EXT2FS

FFS should be compiled into the kernel. But I doubt that somebody uses
both MFS and TMPFS. I hardly ever use CD9660 or EXT2FS while I use
NFS a lot. There will however be people with is opposite requirements
which is why those should really be modules.

> e.g. the typical file-systems we may have to use, without having to rely
> on modules that could be absent or non accessible at boot time.

I don't think it needs typical file-systems. IMHO the kernel should
contain the file-systems required for booting. This will solve most
of the update issues.

        Kind regards

-- 
Matthias Scheler                                  http://zhadum.org.uk/


Home | Main Index | Thread Index | Old Index