NASM - The Netwide Assembler

NASM Forum => Other Discussion => Topic started by: nobody on November 22, 2007, 03:54:40 PM

Title: Multi-Processor program on X86 system
Post by: nobody 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.
Title: Re: Multi-Processor program on X86 system
Post by: nobody 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?
Title: Re: Multi-Processor program on X86 system
Post by: nobody 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.
Title: Re: Multi-Processor program on X86 system
Post by: nobody 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