What is the correct parameter to pass to the kernel at boot time to force it to use only one of the available processors?

What is the correct parameter to pass to the kernel at boot time to force it to use only one of the
available processors?

What is the correct parameter to pass to the kernel at boot time to force it to use only one of the
available processors?

Answer: nosmp

Explanation:
See http://www.mjmwired.net/kernel/Documentation/kernel-parameters.txt



Leave a Reply 2

Your email address will not be published. Required fields are marked *


Jerry

Jerry

maxcpus=0 should also be correct

Sim

Sim

nosmp – [SMP] Tells an SMP kernel to act as a UP kernel and disable the IO APIC. legacy for “maxcpus=0”.