freebsd-update -r
. I will ask another question. In the [ make buildkernel KERNCONF=/usr/src/sys/amd64/conf/GENERIC
] would be the proper way to rebuild a GENERIC kernel VS cp /usr/src/sys/amd64/conf GENERIC /usr/src/GENERIC
. The handbook has gotten a bit vague as to this. It is cp GENERIC MYKERNEL
then cd /usr/src
. There appears to be a few arguments missing. Is KERNCONF a variable or an argument? TIAThat's not possible, freebsd-update(8) won't suddenly install a different architecture. Even if you built from source it won't suddenly switch architectures without using a lot of trickery. The obvious conclusion is that the system has always been a 32 bit version.I upgraded from 9.1 (EOL) to 9.3 then 10.1 / the 9.1 was amd64. I seemed to lose this in thefreebsd-update -r
.