On Mon, 13 Aug 2012, huangyongbing wrote:
Hi all,I want to simulate a X86 architecture with more than 8 CPUs, and I recompile the Linux kernel with CONFIG_NR_CPU=16. However, when I boot the simulator, it gets the following message: "Booting processor 9 APIC 0x9 ip 0x6000 APIC never delivered???". The message shows that more than 8 CPUs cannot be initialized. Besides the parameter "CONFIG_NR_CPUS", are there other parameters related in Linux kernel? Or what changes should be done to gem5?
Well, I am able to boot more than 8 cpus with out any such issue. It might be that the kernel configuration that you used for compilation has some problem.
-- Nilay _______________________________________________ gem5-users mailing list [email protected] http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users
