multi-processors

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

multi-processors

Post by Guest »

does anyone know how to detect if there is more than one processor installed on a computer?

thanks in advance
J. Weeks

RE:multi-processors

Post 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
W. Fuller

RE:multi-processors

Post by W. Fuller »

ok. thanks for the help

~Will
Hillbillie

RE:multi-processors

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