Page 1 of 1
multi-processors
Posted: Wed Jan 16, 2002 12:00 am
by Guest
does anyone know how to detect if there is more than one processor installed on a computer?
thanks in advance
RE:multi-processors
Posted: Wed Jan 16, 2002 12:00 am
by J. Weeks
>On 2002-01-16 01:33:21, Anonymous wrote:
>does anyone know how to detect if there is more than one processor installed on a computer?
Nope, but I can give some pointers
- Obviously Intel's gotta have some doc's on it,
but they may not be overly easy to read.
- Look at the Linux sources, searching for SMP
(symetric multi-processor) code.
- search the internet for SMP
- check for info on the CPUID opcode. It _might_
give up that info... not sure.
Jeff
RE:multi-processors
Posted: Wed Jan 16, 2002 12:00 am
by W. Fuller
ok. thanks for the help
~Will
RE:multi-processors
Posted: Wed Jan 23, 2002 12:00 am
by Hillbillie
>On 2002-01-16 01:33:21, Anonymous wrote:
>does anyone know how to detect if there is more than one processor installed on a computer?
>
>thanks in advance
Check out the NewOS sources...