Difference between revisions of "Bochs"

From Emulation General Wiki
Jump to navigation Jump to search
(removed dos emu text)
(Rewrote stuff)
Line 1: Line 1:
Bochs is another similar emulator geared around emulating the full x86 architecture. In [http://bochs.sourceforge.net/doc/docbook/user/faq.html#AEN291 their own FAQs section], they explain that "because Bochs emulates every x86 instruction and all the devices in a PC system, '''it does not reach high emulation speeds'''."
+
{{Infobox emulator
 +
|version = 2.6.9
 +
|active = Yes
 +
|platform = Windows, Linux, BSD, OS/2, BeOS, MorphOS, AmigaOS, Android, PlayStation 2.
 +
|target = [[86/286/386/486/Pentium]]
 +
|developer = Kevin Lawton
 +
|website =http://bochs.sourceforge.net/
 +
|source = [https://sourceforge.net/projects/bochs/files/bochs/ SourceForge]
 +
}}
 +
Bochs is an emulator written in C++ geared around emulating the full x86 architecture. It does not have high emulation speeds because it emulates every x86 instruction and devices.

Revision as of 23:46, 25 November 2018

Bochs
Developer(s) Kevin Lawton
Latest version 2.6.9
Active Yes
Platform(s) Windows, Linux, BSD, OS/2, BeOS, MorphOS, AmigaOS, Android, PlayStation 2.
Emulates 86/286/386/486/Pentium
Website http://bochs.sourceforge.net/
Source code SourceForge

Bochs is an emulator written in C++ geared around emulating the full x86 architecture. It does not have high emulation speeds because it emulates every x86 instruction and devices.