Re: Removing COMPAT stuff from kernel
Vincent DEFERT <[email protected]> Wed, 30 Jul 2025 15:36:37 +0000
| Newsgroups | gmane.os.netbsd.ports.arm |
|---|---|
| Message-ID | <[email protected]> |
On 30/07/2025 17:31, Greg Troxel wrote: > If you are really trying to do "get rid of everything you don't need" > instead of "I don't want COMPAT", then you may find taking GENERIC and > only including what you need to be easier, vs "no" for everything you > don't. That can include hardware, pseudo-devices and options like > COMPAT. > > The tricky part is lines that you don't entirely understand, making it > hard to tell if you need what they do. While I'm at it, I'll also try this. Thank you!