~ [ source navigation ] ~ [ identifier search ] ~ [ freetext search ] ~ [ file search ] ~

Bochs x86 Emulator
bochs/

Version: ~ [ SVN-2014-01-05 ] ~ [ 2.6.2 ] ~

Name Size Last modified (GMT) Description
Folder bios/ 2014-01-05 20:23:08
Folder build/ 2014-01-05 20:23:28
Folder bx_debug/ 2014-01-05 20:23:54
Folder cpu/ 2014-01-05 20:23:05
Folder disasm/ 2014-01-05 20:23:32
Folder doc/ 2014-01-05 20:23:11
Folder docs-html/ 2014-01-05 20:23:55
Folder gui/ 2014-01-05 20:23:21
Folder host/ 2014-01-05 20:23:52
Folder instrument/ 2014-01-05 20:23:30
Folder iodev/ 2014-01-05 20:23:52
Folder memory/ 2014-01-05 20:23:12
Folder misc/ 2014-01-05 20:23:23
Folder patches/ 2014-01-05 20:23:33
File CHANGES 194091 bytes 2013-12-29 12:56:52
File COPYING 26428 bytes 2009-02-08 09:05:52
File LICENSE 301 bytes 2012-08-30 20:41:25
File Makefile.in 31725 bytes 2013-12-22 12:17:28
File PARAM_TREE.txt 3590 bytes 2013-12-24 08:55:07
File README 3682 bytes 2013-12-24 08:55:07
File README-plugins 19109 bytes 2008-02-05 22:57:43
File README-wxWidgets 5464 bytes 2013-12-24 08:55:07
File README.rfb 200 bytes 2013-12-24 08:55:07
File TESTFORM.txt 4751 bytes 2011-11-07 19:04:52
File TODO 9729 bytes 2013-12-17 17:19:53
File aclocal.m4 232569 bytes 2012-02-19 19:50:56
C file bochs.h 18759 bytes 2013-12-29 10:41:11
File bxversion.h.in 335 bytes 2001-11-10 03:48:22
File bxversion.rc.in 344 bytes 2011-04-03 09:55:17
C++ file config.cc 117020 bytes 2013-12-30 14:37:04
File config.guess 44973 bytes 2010-06-10 17:56:46
File config.h.in 27641 bytes 2013-12-04 17:04:15
File config.sub 34898 bytes 2010-06-10 17:56:46
File configure 828229 bytes 2014-01-03 21:58:59
File configure.in 82427 bytes 2014-01-03 21:58:04
C file cpudb.h 1950 bytes 2013-06-20 20:12:53
C++ file crc.cc 2302 bytes 2011-04-03 09:55:17
C file extplugin.h 1528 bytes 2013-12-29 20:04:16
C++ file gdbstub.cc 23375 bytes 2012-10-28 08:23:39
File install-sh 5598 bytes 2002-03-07 16:00:39
C++ file load32bitOShack.cc 9209 bytes 2012-11-02 07:46:50
C++ file logio.cc 15319 bytes 2013-12-31 09:20:08
C file ltdl-bochs.h 12569 bytes 2013-12-17 19:58:43
C file ltdl.c 87744 bytes 2013-12-17 19:57:40
File ltdlconf.h.in 4366 bytes 2002-10-24 21:07:56
File ltmain.sh 181012 bytes 2009-02-08 09:05:52
C++ file main.cc 48388 bytes 2013-12-29 08:45:28
File msrs.def 1511 bytes 2011-04-03 09:55:17
C++ file osdep.cc 10293 bytes 2013-04-12 17:26:27
C file osdep.h 9948 bytes 2013-12-04 17:04:15
C file param_names.h 11284 bytes 2013-12-22 19:50:29
C++ file pc_system.cc 16752 bytes 2013-11-01 16:26:59
C file pc_system.h 6624 bytes 2012-10-03 15:49:45
C++ file plugin.cc 27658 bytes 2013-12-29 20:04:16
C file plugin.h 20647 bytes 2013-12-14 17:43:12
File win32_enh_dbg.rc 3442 bytes 2011-04-03 09:55:17
File win32res.rc 3926 bytes 2013-12-28 15:11:13
File wxbochs.rc 220 bytes 2013-12-28 15:11:13

  1 Bochs - The cross platform IA-32 (x86) emulator
  2 Updated: Sun May 26 09:17:00 CEST 2013
  3 Version: 2.6.2
  4 
  5 WHAT IS BOCHS?
  6 
  7 Bochs is a highly portable open source IA-32 (x86) PC emulator
  8 written in C++, that runs on most popular platforms.  It includes
  9 emulation of the Intel x86 CPU, common I/O devices, and a custom
 10 BIOS. Bochs can be compiled to emulate many different x86 CPUs,
 11 from early 386 to the most recent x86-64 Intel and AMD processors
 12 which may even not reached the market yet. Bochs is capable of running
 13 most Operating Systems inside the emulation, for example DOS,
 14 Linux or Windows. Bochs was written by Kevin Lawton and is currently
 15 maintained by the Bochs project at "http://bochs.sourceforge.net".
 16 
 17 Bochs can be compiled and used in a variety of modes, some which are
 18 still in development.  The 'typical' use of bochs is to provide
 19 complete x86 PC emulation, including the x86 processor, hardware
 20 devices, and memory.  This allows you to run OS's and software within
 21 the emulator on your workstation, much like you have a machine
 22 inside of a machine.  Bochs will allow you to run Windows
 23 applications on a Solaris machine with X11, for example.
 24 
 25 Bochs is distributed under the GNU LGPL. See LICENSE and COPYING for details.
 26 
 27 GETTING CURRENT SOURCE CODE
 28 
 29 Source code for Bochs is available from the Bochs home page at
 30 http://bochs.sourceforge.net.  You can download the most recent
 31 release, use SVN to get the latest sources, or grab a SVN
 32 snapshot which is updated frequently. The releases contain the most
 33 stable code, but if you want the very newest features try the
 34 SVN version instead.
 35 
 36 WHERE ARE THE DOCS?
 37 
 38 The Bochs documentation is written in Docbook.  Docbook is a text
 39 format that can be rendered to many popular browser formats such
 40 as HTML, PDF, and Postscript.  Each binary release contains the
 41 HTML rendering of the documentation.  Also, you can view the
 42 latest documentation on the web at
 43   http://bochs.sf.net/doc/docbook/index.html
 44 
 45 WHERE CAN I GET MORE INFORMATION?  HOW DO I REPORT PROBLEMS?
 46 
 47 Both the documentation and the Bochs website have instructions on how
 48 to join the bochs-developers mailing list, which is the primary
 49 forum for discussion of Bochs.  The main page of the website also
 50 has links to bug reports and feature requests.  You can browse and
 51 add to the content in these areas even if you do not have a (free)
 52 SourceForge account.  We need your feedback so that we know what
 53 parts of Bochs to improve.
 54 
 55 There is a patches section on the web site too, if you have made
 56 some changes to Bochs that you want to share.
 57 
 58 HOW CAN I HELP?
 59 
 60 If you would like contribute to the Bochs project, a good first step
 61 is to join the bochs-developers mailing list, and read the archive
 62 of recent messages to see what's going on.
 63 
 64 If you are a technical person (can follow hardware specs, can write
 65 C/C++) take a look at the list of open bug reports and feature
 66 requests to see if you are interested in working on any of the
 67 problems that are mentioned in them.  If you check out the SVN
 68 sources, make some changes, and create a patch, one of the
 69 developers will be very happy to apply it for you.  Developers who
 70 frequently submit patches, or who embark on major changes in the
 71 source can get write access to SVN.  Be sure to communicate with the
 72 bochs-developers list to avoid several people working on the same
 73 thing without realizing it.
 74 
 75 If you are a Bochs user, not a hardware/C++ guru, there are still
 76 many ways you could help out.  For example:
 77   - write instructions on how to install a particular operating system
 78   - writing/cleaning up documentation
 79   - testing out Bochs on every imaginable operating system and
 80     reporting how it goes.

~ [ source navigation ] ~ [ identifier search ] ~ [ freetext search ] ~ [ file search ] ~

This page was automatically generated by the LXR engine.
Visit the LXR main site for more information.