more than one CPU
Posted: Wed Sep 28, 2005 11:00 pm
I'm looking for some example code how to detect two or more CPUs and how to manage them
Not really. For Pentium and later Intel CPUs there's a local APIC built into the CPU (which the BIOS disables during boot for most single-CPU computers). For older CPUs (80486) the local APIC is a seperate chip on the motherboard, that isn't included on single-CPU motherboards.JAAman wrote:iirc the APIC is actually on the CPU not the MB
Of course, but you'd need the right Intel docs (although there are also 3 chapters in the system programming guide that are relevant). Try this link:JAAman wrote:DEFINATLY the the intel docs!! there is no greater resource, nor better friend to the OSDever than the intel docs!!