Help me please, I was only install 5.0.1 on my PowerPC based Macintosh
(PowerMac G4 MDD), and i want get tuned kernel for my system, without
ipv6 and
enabled packet filter. I read a manual how to build own kernel on net
bsd. I get current-tree kernel sources is sys.tar.gz and download
config.tar.gz how tell to me this manual
http://netbsd.org/docs/kernel/index.html#downloading_kernel_source
The next step is unpacked sys.tar.gz in /usr directory...
system# cd /usr
system# tar xzvpf /root/sys.tar.gz
the next step i unpack config.tar.gz to /usr
system# cd /usr
system# tar xzvpf /root/config.tar.gz
I create my config, based on dmesg information and copy of GENERIC
file.
and i try configure by
system# config MyKernel
../../../../conf/files:4: your sources require a newer version of
config(1) -- please rebuild it.
*** Stop.