diff options
Diffstat (limited to 'system/bochs/README')
-rw-r--r-- | system/bochs/README | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/system/bochs/README b/system/bochs/README new file mode 100644 index 000000000000..90e1e95d40d9 --- /dev/null +++ b/system/bochs/README @@ -0,0 +1,7 @@ +Bochs is a highly portable open source IA-32 (x86) emulator written in +C++, that runs on most popular platforms. It include emulation of the +Intel x86 CPU, common I/O devices, and a custom BIOS. Bochs can be +compiled to emulate 386, 486, Pentium/Pentium II/Pentium 4 or x86-64 +including optional MMX, SSEx and 3DNow! instructions. + +wxPython is an optional dependency. |