Handling multiple cores by GRUB

2009-10-07 Thread Swapnil Pimpale
*Hi All, I am trying to understand the grub code (GRUB-0.97). I have a specific query regarding SMP systems. How are multiple cores handled by grub? Are multiple cores active in the grub initially or only one core is active when GRUB takes charge from the BIOS? Also, can anyone suggest any tools

Re: Handling multiple cores by GRUB

2009-10-12 Thread Swapnil Pimpale
this? Has someone done anything similar to this before? Thanks in advance, Swapnil Pimpale. On Wed, Oct 7, 2009 at 8:08 PM, Felix Zielcke wrote: > Am Mittwoch, den 07.10.2009, 19:22 +0530 schrieb Swapnil Pimpale: > > Hi All, > > > > I am trying to understand the grub code

Setting of PE bit reboots the system

2010-01-30 Thread Swapnil Pimpale
PE bit the system reboots. Is there any solution on this problem? Thanks, Swapnil Pimpale. ___ Grub-devel mailing list Grub-devel@gnu.org http://lists.gnu.org/mailman/listinfo/grub-devel

Help regarding booting application processor

2010-02-23 Thread Swapnil Pimpale
reboots. I am using the following code as the trampoline code for the AP. Can someone please let me know what is wrong in the following code. Awaiting your reply, Thanks, Swapnil Pimpale - trampoline.S - /* Tell GAS to generate 16-bit instructions so that this code works in real

Re: Help regarding booting application processor

2010-02-24 Thread Swapnil Pimpale
Thanks for your quick reply. On Wed, Feb 24, 2010 at 1:00 PM, richardvo...@gmail.com wrote: > On Wed, Feb 24, 2010 at 12:57 AM, Swapnil Pimpale > wrote: >> Hi all, >> >>  I am a final year engineering student and I am doing my project in >> GRUB-1.97~beta4 and Linu