Re: dis/advantages of compiling in-kernel over kldload
- In reply to: Warner Losh : "Re: dis/advantages of compiling in-kernel over kldload"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 12 Jul 2023 18:43:58 UTC
On Wed, Jul 12, 2023 at 12:24:45PM -0600, Warner Losh wrote: >Depends. If you build everything, then you get "tied" modules that are only >for a specific kernel. If you run the released modules, then there can be a >small performance hit that don't matter too much unless you are out of >CPU.... the release modules withh work with a range of kernels. ok that's fine, thanks for the clarification. --