Philo writes:
Hi,
Yes i want to build a new kernel but how to do it ?
full details are here: https://www.netbsd.org/docs/guide/en/chap-kernel.html
minimal version here:
% mkdir newdir
% cd newdir
% cvs -d anoncvs%anoncvs.netbsd.org@localhost:/cvsroot co -P src
% cd src
% cp sys/arch/sparc64/conf/GENERIC sys/arch/sparc64/conf/PHILO
% vi sys/arch/sparc64/conf/PHILO
[ find the line with "#options INSECURE" and uncomment it
% ./build.sh -u tools kernel=PHILO
and then copy the kernel built (it will show you the full path at
the end of the build.sh run) into /netbsd and reboot.
.mrg.
Regards
Philo
On 06/28/16 00:45, matthew green wrote:
Philo writes:
[ ... ]
[ 66.329] (EE) RADEON(0): Unable to map MMIO aperture. Invalid argument (22)
hmm, isn't this the new securelevel issue?
i don't see to be able to set it via gdb anymore. do you know how
to build a new kernel?
.mrg.