Difference between revisions of "Emulators"

From HypertWiki
Jump to navigation Jump to search
m
m (fixed emulator link)
Line 2: Line 2:
[[Techniques]]: '''Emulators'''
[[Techniques]]: '''Emulators'''


This section also covers [[WikiPedia:Compatibility_layer|compatibility layer]] software. Although technically different from an [WikiPedia:Emulator|emulator]], a compatibility layer nonetheless emulates one system while running it in another.
An emulator is any system (host) which pretends to be a different system (target) in order to allow software designed for the target system to run on the host system.
 
This section also covers [[WikiPedia:Compatibility_layer|compatibility layer]] software. Although technically different from an [[WikiPedia:Emulator|emulator]], a compatibility layer nonetheless emulates one system while running it in another.


*Hardware
*Hardware

Revision as of 22:15, 24 June 2005

Techniques: Emulators

An emulator is any system (host) which pretends to be a different system (target) in order to allow software designed for the target system to run on the host system.

This section also covers compatibility layer software. Although technically different from an emulator, a compatibility layer nonetheless emulates one system while running it in another.

  • Hardware
    • Bochs: Intel/PC emulator
    • Qemu: emulates a variety of CPUs and systems
  • Operating Systems
    • Wine: Windows 9x under Linux