User:Pancakes/arm qemu realview-pb-a: Difference between revisions

Content deleted Content added
Pancakes (talk | contribs)
added page on realview-pb-a
 
Pancakes (talk | contribs)
m note about more than two cpus booting
Line 10:
am going to show you how to stop all other CPUs except ''CPU0''. But, the main point is to
catch the CPUs and make them each do what you need them to do.
 
''During testing I noticed a time or two what appears to be 3 cores booting, but I was unable
to produce the behavior at this time. But, this code should catch any core except for CPU0.''
 
<source lang="c">
Line 25 ⟶ 28:
''Also, at this point you could branch each CPU to it's own handler and set a stack for each
if desired.''
 
 
==== Hardware ====