diff options
author | Huon <peterdirichlet.freesoftware@gmail.com> | 2010-05-11 22:55:12 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-11 22:55:12 +0200 |
commit | cd13733a8bf4c2bc6f7e990fe98b62322c7bfdee (patch) | |
tree | 4bb0ea74bfd774fe793c912e19664d1d0105e917 /system/bochs/README | |
parent | 81b6d4abf571b78baad247ebc40253262084ace3 (diff) | |
download | slackbuilds-cd13733a8bf4c2bc6f7e990fe98b62322c7bfdee.tar.gz |
system/bochs: Added to 12.1 repository
Diffstat (limited to 'system/bochs/README')
-rw-r--r-- | system/bochs/README | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/system/bochs/README b/system/bochs/README new file mode 100644 index 0000000000..bed23f3915 --- /dev/null +++ b/system/bochs/README @@ -0,0 +1,13 @@ +Bochs is a highly portable open source IA-32 (x86) PC emulator +written in C++, that runs on most popular platforms. It includes +emulation of the Intel x86 CPU, common I/O devices, and a custom +BIOS. Currently, Bochs can be compiled to emulate a 386, 486, +Pentium, Pentium Pro or x86-64 CPU, including optional MMX, +SSE/SSE2/SSE3 and 3DNow! instructions. Bochs is capable of running +most Operating Systems inside the emulation including Linux, DOS, +Windows 95/98 and Windows NT/2000/XP. + +Bochs has some dependencies for the display options: SDL, libsvga, +wxWidgets (any of three versions [GTK, Motif, X11] run very well), +but they are not necessary at all (because autodetection runs very +well). The only one really needed is Xlib. |