#What does this mean? and why?
1 messages · Page 1 of 1 (latest)
don't compile the filesystem kernel driver as a module as it could lead to the kernel not loading the module during boot and failing to mount the filesystem
you can enable kernel options in two ways, making it a built-in (the asterisk) and it'll be built into the vmlinuz (i think? or config)
and a module, which makes it a file in /lib/modules/(kernel-version)