Author Topic: Multi-Processor program on X86 system  (Read 18956 times)

nobody

  • Guest
Multi-Processor program on X86 system
« on: November 22, 2007, 03:54:40 PM »
I want to develop Multi-Processor program on x86 system, but I don't have any idea.
Can anyone guide me?
Thanks.

nobody

  • Guest
Re: Multi-Processor program on X86 system
« Reply #1 on: December 21, 2007, 05:01:00 AM »
Are you referring to an operating system that takes advantage of multiple processors or a program on a specifig OS (i.e. windows or linux) that uses multithreading?

nobody

  • Guest
Re: Multi-Processor program on X86 system
« Reply #2 on: December 25, 2007, 10:09:49 AM »
Sorry, I have not described that clear.
I want to develop the Multi-Processor program on the environment of DOS operating system.

nobody

  • Guest
Re: Multi-Processor program on X86 system
« Reply #3 on: January 28, 2008, 12:42:03 AM »
I have no concept on assembly but I have a good concept in c++ , what u are talking about is called a thread, so I guess the best way to learn how to do programming on multiple processors is to compile a program that uses threads into it's assembly version