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

回复评论