Hello,
I have got a 6.4 version. I've downloaded latest source version using svn.
I've made
But I couldn't boot testkernel:
among others.
Is it a good strategy to try one by one download source of 7.1, 7.2, ... and compile (without
Can have the number of version of compiler impact on success of booting kernel?
I have got a 6.4 version. I've downloaded latest source version using svn.
I've made
Code:
# make buildworld
# make buildkernel
# make installkernel KODIR=/boot/testkernel
# nextboot -k /boot/testkernel
Code:
ad0: FreeBSD check1 failed
Is it a good strategy to try one by one download source of 7.1, 7.2, ... and compile (without
# make buildworld, using make kernel-toolchain as described in /usr/src/UPDATING)?Can have the number of version of compiler impact on success of booting kernel?