チューニング

make builkernel

 # PCI Ethernet NICs that use the common MII bus controller code.
 # NOTE: Be sure to keep the 'device miibus' line in order to use these NICs!
 device          miibus          # MII bus support
 #device         dc              # DEC/Intel 21143 and various workalikes
 device          fxp             # Intel EtherExpress PRO/100B (82557, 82558)
 #device         pcn             # AMD Am79C97x PCI 10/100 NICs
makeoptions     COPTFLAGS="-O2 -pipe -funroll-loops -ffast-math"

/etc/make.conf

  • この二行を書き込むとはやくなるらしい。
CPUTYPE=i686
CFLAGS= -O2 -pipe -funroll-loops

make world && make install

  • 一応、カーネルもユーザーランドもコンパイルできることは確認できた。
  • でも、何かあった場合洒落にならないので、installは週末まで我慢我慢。:-)