Re: Grub Memory Map - Processor

2007-11-05 Thread Robert Millan
On Mon, Oct 29, 2007 at 12:14:53PM -0500, Andrei E. Warkentin wrote: > Juan, > > You may use the CPUID instruction to correctly identify the processor > your code is executing on. GRUB does not provide such information as > part of the Multiboot info. Ah, uhm right. I was thinking in terms o

Re: Grub Memory Map - Processor

2007-11-05 Thread Robert Millan
On Mon, Oct 29, 2007 at 10:00:43AM -0700, Juan_2007 wrote: > > I need to make a Project for the University and i wanted to know if any of > you guys, knew if the Grub left any information regarding the type of > microprocessor that the computer is using. i know the grub leaves > information about

Re: Grub Memory Map - Processor

2007-10-29 Thread Andrei E. Warkentin
Juan, You may use the CPUID instruction to correctly identify the processor your code is executing on. GRUB does not provide such information as part of the Multiboot info. Andrei Evgenievich Warkentin [EMAIL PROTECTED] Cell: (+1) (847) 321-15-55 29.10.2007, в 12:00, Juan_2007 писал(а):