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

回复评论

Comment

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

Plain text

  • 不允许HTML标记。
  • 网址或者email地址在发表后系统会帮你自动转化为可点击的连接。
  • 输入内容会自动换行、分段。