08/05/22 19:52:46 0 BE:730324-DIA(100256)
/usr/share/mk/bsd.cpu.mk より
. elif ${MACHINE_ARCH} == "amd64"
. if ${CPUTYPE} == "prescott" || ${CPUTYPE} == "core2"
CPUTYPE = nocona
. endif
. endif
がーん。64bit だと CPUTYPE=nocona はだめじゃないか。
3) の /etc/make.conf を以下のように修正して、make buildkernel buildworld 中。
# added for 2ch
SUP=/usr/bin/csup
SUP_UPDATE=yes
#SUPHOST=cvsup4.freebsd.org
SUPHOST=cvsup.peko.2ch.net
SUPFILE=/usr/src/standard-supfile
SUPFLAGS=-g -L 2
PORTSSUPFILE=/usr/share/examples/cvsup/ports-supfile
# Thank you for スレリンク(operate板:39番)
WITHOUT_X11=yes
WITH_APACHE2=yes
# CPU type (note: CPUTYPE=nocona does not work, see <bsd.cpu.mk>
CPUTYPE=prescott