Difference between revisions of "Virtual machine"

From ScummVM :: Wiki
Jump to navigation Jump to search
(creating virtual machine article)
 
m (RS)
 
Line 1: Line 1:
A '''virtual machine''' is a piece of computer software that hides the physical characteristics of computer resources from the computer and the user accessing the resources through enclosing programming elements inside modules.  These modules contain code that allow the Virtual machines to be operated on various computer platforms, negating the need for having a seperate codebase for every supported operating system.
A '''virtual machine''' is a piece of computer software that hides the physical characteristics of computer resources from the computer and the user accessing the resources through enclosing programming elements inside modules.  These modules contain code that allow the virtual machines to be operated on various computer platforms, negating the need for having a separate codebase for every supported operating system.

Latest revision as of 08:48, 11 July 2008

A virtual machine is a piece of computer software that hides the physical characteristics of computer resources from the computer and the user accessing the resources through enclosing programming elements inside modules. These modules contain code that allow the virtual machines to be operated on various computer platforms, negating the need for having a separate codebase for every supported operating system.