summaryrefslogtreecommitdiffstats
path: root/system/bochs/README
diff options
context:
space:
mode:
author Bojan Popovic2012-12-15 15:14:50 +0100
committer Matteo Bernardini2012-12-15 15:15:06 +0100
commit14f0d0275fef0e42ae9dec117e60a6685696e7c8 (patch)
treed4f9253275258093a6c8c22d71cebe37c0cc89d7 /system/bochs/README
parent0a5e2c4d72a4c07560df1679e4a4bcf0c438fec3 (diff)
downloadslackbuilds-14f0d0275fef0e42ae9dec117e60a6685696e7c8.tar.gz
system/bochs: Added (cross platform x86 emulator).
(added stuff and cleanups in the slackbuild --ponce) Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'system/bochs/README')
-rw-r--r--system/bochs/README7
1 files changed, 7 insertions, 0 deletions
diff --git a/system/bochs/README b/system/bochs/README
new file mode 100644
index 0000000000..90e1e95d40
--- /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.