Page 2 of 2

Re: Cores initialization on intel i7

Posted: Thu Mar 15, 2012 2:10 pm
by giovanig
Multi-core:

qemu -fda img/pc_app.img -serial stdio -no-reboot -smp 8

I ran also with -smp 2 and 4, with no problems.

Re: Cores initialization on intel i7

Posted: Thu Mar 15, 2012 2:14 pm
by giovanig
Hey guys,
could you recommend some widely accessible resources on SMP initialisation?
You can have access to EPOS: http://epos.lisha.ufsc.br.

It has support for SMP and it is open. You can run it in QEMU or other VM for instance.

And of course, looking at Linux source code too.