Kernel Debug Howto
Benjamin Kaduk
kaduk at MIT.EDU
Sun Jul 26 19:14:17 UTC 2015
On Sun, 26 Jul 2015, HeTak wrote:
> > To speed up the build stage, you can 'make -DKERNFAST kernel' if you have
> > only made "normal" code changes.
> >
> I have seen this option before but I don't know what it means by "normal"
> code changes. would you please explain it to me?
It is more easily explained in the things that it is not -- making changes
to what the build dependencies are or how they are computed, adding new
directories, and changing configuration options are all things that would
make KERNFAST a bad idea. If you're just changing a couple of lines in a
few source files, it should work great.
-Ben
More information about the freebsd-hackers
mailing list