Difference between revisions of "emulators"

from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
Jump to navigation Jump to search
 
 
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
[[Category:Techniques]]
+
[[computing]]: [[software]]: [[emulators]]{{seed}}
[[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
+
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.
nonetheless emulates one system while running it in another.
 
 
*Hardware
 
*Hardware
 
**[[Bochs]]: Intel/PC emulator
 
**[[Bochs]]: Intel/PC emulator
 +
**[[Qemu]]: emulates a variety of CPUs and systems
 
*Operating Systems
 
*Operating Systems
**[[Wine]]: Windows 9x under Linux
+
**[[WINE]]: runs Windows 9x within another non-Windows [[Operating System|OS]] on PC-compatible hardware

Latest revision as of 18:45, 24 May 2006

computing: software: emulators

This page is a seed article. You can help HTYP water it: make a request to expand a given page and/or donate to help give us more writing-hours!

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: runs Windows 9x within another non-Windows OS on PC-compatible hardware