Jump to content

Machine-dependent software

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Folajimi (talk | contribs) at 01:14, 4 September 2006 (Revert to revision 57245847 dated 2006-06-06 21:24:26 by JonHarder using popups). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Machine-dependent is a term for application software that runs only on a particular type of computer. Conversely, applications that run on a variety of different types of computers are called machine-independent.

Prior to deploying machine-dependent applications on non-native computer architectures or operating systems, the application in question usually undergoes porting. This process involves writing (or re-writing) the application's computer code to suit the target architecture or operating system.

See also