这次启用SMP来着.......
记录一下内核选项以备日后参考:
cd /usr/src/sys/i386/conf
涉及到的选项有
options SMP # Symmetric MultiProcessor Kernel
options APIC_IO # Symmetric (APIC) I/O
Don't forget to do a ``make depend''
Kernel build directory is ../../compile/SMP
然后就是
cd ../../compile/SMP/
make depend
make
make install
评论内容
发表评论