Henry has created a software that manages a database of all his music. he wishes to run the software on another computer system that runs an operating system that does not support the software. what can he do to run the software on the other operating system?

Respuesta :

IF it originally ran on Windows, and he wants it run on Linux, then he should use a kernel emulator. Wine (software) would be good.

If he wanted to run it on a Mac, then he should use Parallels. 

But the easiest and simplest way to make it run on multiple platforms is to write the equivalent of the original software code in a cross-platform code (like Java or Python).

Running the software on a virtual version of the original operating system


Virtual machines allow you to run programs on your computers that were not designed for it. Let us assume that Henry’s software is able to run on windows and not on the mac operating system. Since this software is not able to run on mac, he can run windows on mac, virtually, and be able to install this software. A number of common software like parallels, VMware, and VirtualBox can be used in mac to run windows virtually. From mac OS perspective, the windows virtual machine becomes a real physical computer with everything set.