On 2/5/10 5:28 AM, Myles Watson wrote:
-CONFIG_LOGICAL_CPUS = 0x0 - Why would newconfig specify 0 cpus???
LOGICAL_CPUS is code for multiple cores. In this case I'm assuming that your CPU is single-core.
Also, despite what the name implies, this is a "boolean" type of value, 0 meaning no and 1 meaning yes. It's not a number.
Stefan