Cores initialization on intel i7

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
giovanig
Member
Member
Posts: 29
Joined: Tue Mar 13, 2012 12:03 pm

Re: Cores initialization on intel i7

Post 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.
giovanig
Member
Member
Posts: 29
Joined: Tue Mar 13, 2012 12:03 pm

Re: Cores initialization on intel i7

Post 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.
Post Reply