Date: Thu, 25 Oct 2012 14:04:53 +0700 From: Erich Dollansky <erichfreebsdlist@ovitrap.com> To: jb <jb.1234abcd@gmail.com> Cc: freebsd-questions@freebsd.org Subject: Re: kernel config Message-ID: <20121025140453.06fbf81e@X220.ovitrap.com> In-Reply-To: <loom.20121025T083330-938@post.gmane.org> References: <loom.20121025T083330-938@post.gmane.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Hi, On Thu, 25 Oct 2012 06:41:44 +0000 (UTC) jb <jb.1234abcd@gmail.com> wrote: > Hi, > what controls how parts of kernel are built, that is, built-in or > modular ? For example, I want to: > - build a kernel that has eveything built in this is normally not possible as some thing conflict which each other. But most things work together. > - build a kernel that has everything possible (what controls the > impossible ?) built as modules All modules are build anyway. > - build a kernel that has mixed support, e.g. support for cd9660 fs > built-in and ext2fs as module Just check how a custom kernel is build. You can then build three versions of it. One with nothing, one with the modules you want and one with the non-conflicting modules build-in. Just read the handbook regarding custom kernels. Erich
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20121025140453.06fbf81e>