[每天一个Linux小技巧] 强制让内核按单核模式启动
时间:2014-07-17 16:05:17
收藏:0
阅读:346
在启动参数里追加 nosmp
nosmp的说明如下:
nosmp [SMP] Tells an SMP kernel to act as a UP kernel,
and disable the IO APIC. legacy for "maxcpus=0".
评论(0)