僕の備忘録(PC、UN*X、ネットワーク関連が中心)なんです。
自分の書いたところは適当(な時とか)に書き換えますので御了承を。
[user@host /usr/src]$ time sudo make buildkernel KERNCONF=conf (ry awk -f /usr/src/sys/conf/kmod_syms.awk zlib.kld export_syms \ | xargs -J% objcopy % zlib.kld ld -Bshareable -d -warn-common -o zlib.ko.debug zlib.kld objcopy --only-keep-debug zlib.ko.debug zlib.ko.symbols objcopy --strip-debug --add-gnu-debuglink=zlib.ko.symbols \ zlib.ko.debug zlib.ko -------------------------------------------------------------- >>> Kernel build for first completed on Sun Oct 16 02:32:01 JST 2011 -------------------------------------------------------------- real 154m15.473s user 132m10.642s sys 15m47.923s
[user@host /usr/src]$ time sudo make installkernel KERNCONF=first ===> zfs (install) install -o root -g wheel -m 555 zfs.ko /boot/kernel install -o root -g wheel -m 555 zfs.ko.symbols /boot/kernel ===> zlib (install) install -o root -g wheel -m 555 zlib.ko /boot/kernel install -o root -g wheel -m 555 zlib.ko.symbols /boot/kernel kldxref /boot/kernel real 4m19.183s user 0m49.425s sys 0m23.190s
[user@host /usr/src]$ time sudo make installworld (ry ===> etc (install) ===> etc/sendmail (install) cd /usr/src/etc/../share/man; make makedb makewhatis /usr/share/man makewhatis /usr/share/openssl/man real 11m5.907s user 2m14.219s sys 2m37.587s
$ uname -a FreeBSD $host.kuzuore.com 8.2-RELEASE-p4 FreeBSD 8.2-RELEASE-p4 \ #0: Sun Oct 16 00:46:01 JST 2011 \ root@$host.$DOMAIN:/usr/obj/usr/src/sys/first i386
リンクはご自由にどうぞ。でもURLや内容が変った場合はあしからず。