At some point in the past, certainly in the 4.x days, if I did
I was doing (if memory serves)
These days when I compile using
that kernel count ends up always being zero. Can I get that old behavior again?
thanks,
s-a
uname -a
I would see "what number" the loaded kernel was. Like
Code:
FreeBSD 4-STABLE #7:
Code:
cd /sys/i386/conf
cd ../../compile/MYKERNEL
make cleandir
cd -
config MYKERNEL
cd ../../compile/MYKERNEL
make depends...
Code:
cd /usr/src
make buildkernel KERNCONF=MYKERNEL
...
thanks,
s-a