FreeBSD内核维护日志[一] 启用SMP

九门提督

这次启用SMP来着.......

记录一下内核选项以备日后参考:

  1. cd /usr/src/sys/i386/conf

涉及到的选项有

  1. options         SMP                     # Symmetric MultiProcessor Kernel
  2. options         APIC_IO                 # Symmetric (APIC) I/O

  1. config SMP //SMP是配置文件

Don't forget to do a ``make depend''

Kernel build directory is ../../compile/SMP

然后就是

  1. cd ../../compile/SMP/
  2. make depend
  3. make
  4. make install

评论内容

发表评论

  • 输入内容会自动换行、分段。

有关输入格式的详细解释