On Mon, Jul 05, 2010 at 12:32:10PM -0400, Pratyush Kshirsagar wrote: > Hello, > After building a customized kernel in /usr/src. > I made a branch of the master git node. Further, made some changes in the > /usr/src/usr.bin/top/machine.c, > The # git diff command showed me the appropriate changes. > When I am installing the kernel again, it does not show me the desired > output for # top command.
usr.bin is a part of world and not the kernel. You can do a 'make install' from usr.bin/top. Cheers, Joe