On Thu, July 28, 2011 7:47 pm, Carole-Jean Wu wrote: > Hi, > > What is this configuration option for the kernel? > > I tried running fs.py with -n 8. But I am getting the same warning message > as Mark and all other 7 processors are disabled. > > Thanks, > Carole > > On Fri, Jun 3, 2011 at 12:22 PM, Gabe Black <[email protected]> wrote: > >> X86 doesn't have PAL code so you don't have to worry about that. There >> are Linux patches for it, but those aren't necessary for it to work >> properly, they just help the simulator run faster. There's a >> configuration option for the kernel that sets how many CPUs it supports. >> That's probably set to 1. >> >> Gabe >>
The kernel option Gabe wrote about is CONFIG_NR_CPUS. This was probably set to 1 when the kernel was compiled. -- Nilay _______________________________________________ gem5-users mailing list [email protected] http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users
