Search found 1 match
- Tue Feb 10, 2009 9:29 am
- Forum: Advanced OS Development
- Topic: Pure multithreading/multicore processors?
- Replies: 3
- Views: 70316
running programs
You will have to find the documentation relevent to the processor you are writing your code for because the CPUID instruction is vender-dependant. As for running programs on different cores, first you have to start them (as only the first core is started and runs at startup) then manage to run it on...