Bochs/bochs
Bryce Denney 5482d42cdd - 2.88M floppy patch by Todd Fries 2001-05-08 17:45:44 +00:00
..
bios - since dataseghack was checked in with permission 664 (not executable), 2001-05-04 07:02:04 +00:00
cpu
debug
disasm
docs-html
dynamic
font
fpu Added bx_ types to allow compilation on systems that 2001-04-11 14:31:45 +00:00
gui
instrument
iodev - add support for split hard disk image, so that it is possible to store 2001-05-07 05:47:59 +00:00
memory
misc
patches - applied patch 5/3/2001 so no longer in patches 2001-05-06 05:18:56 +00:00
.bochsrc
.conf.AIX.4.3.1 Added a config file for AIX 4.3.1. 2001-04-11 09:07:55 +00:00
.conf.beos-x86-R4
.conf.beos-x86-preR4
.conf.macos
.conf.sparc
.conf.win32
.conf.win32-cygwin
.conf.win32-vcpp
.conf.x86
BUGS.txt - include bug list for 4/9/2001 snapshot 2001-04-10 02:31:38 +00:00
Bochs.proj.hqx
COPYING
Makefile.in
README
TESTFORM.txt - slap on a version number 0.3 2001-05-02 06:41:40 +00:00
bochs.h
bochs.rsrc.hqx
config.h.in - add support for split hard disk image, so that it is possible to store 2001-05-07 05:47:59 +00:00
configure - add support for split hard disk image, so that it is possible to store 2001-05-07 05:47:59 +00:00
configure.in - add support for split hard disk image, so that it is possible to store 2001-05-07 05:47:59 +00:00
load32bitOShack.cc
macintosh.txt
main.cc - 2.88M floppy patch by Todd Fries 2001-05-08 17:45:44 +00:00
osdep.cc
osdep.h
pc_system.cc
pc_system.h
state_file.cc
state_file.h
win32.txt

README

Bochs Pentium Emulator
Upated: Fri Apr  6 15:47:04 EDT 2001
Version: bugfix-20010406-beta

Since the number of patches on SourceForge is getting large, I collected
them all into this snapshot file.  Once we get the source moved into
public CVS, it will be much easier to manage.

Please try compiling and running Bochs with this beta version.
If you have to hack it to make it compile or run, please submit your
diffs to sourceforge.  Be sure to mention that the diff should be
applied to bugfix-20010406-beta.  If you don't have diff, do a make
all-clean, and send a ZIP or TAR of the whole directory to Bryce.

The following patches were applied to bochs-2000_0325a.tar.gz from
ftp.bochs.com:

  patch.portable1
  patch.portable2
  patch.const64bit
  patch.fabs-conflict
  patch.hd-abort-features
  patch.inlines
  patch.macos-no-strdup
  patch.mouse-fix-linux-bsd
  patch.panic-is-fatal
  patch.pit-panic
  patch.sun-cdrom
  patch.vga-3c3
  patch.win32-rawcd
  patch.win32-rawfloppy
  patch.copyrights2

The changes in these patches came from many different sources,
including Don Becker (win32-VC++ port, fpu portability), Greg
Alexander (mouse, hard drive, vga fixes), Roland Mainz (sun cdrom),
and others on bochs-developers@redhat.com.

For a summary of fixed bugs, see BUGS.txt.  A copy of all the patches
can be found in the patches directory.  All patches are, of course,
open for discussion.  If you think a patch is an incomplete or poor
solution to a problem, improve it and share your changes.

Whether you have success or failure with this version, please send
feedback to bochs-developers@redhat.com or post a bug report or patch
on sourceforge.  Please don't send bugs to Kevin, since he's working
on plex86 now.  Before making an "official" release, we must verify
that it compiles and runs on a variety of target hosts, and that a
variety of guest operating systems functions correctly in emulation.
So please, report your results!

Have fun,
Bryce Denney
bryce.denney@bigfoot.com

----------------------------------------------------------------------
The original README from the 3/25/2000 snapshot follows.
----------------------------------------------------------------------
Hello,

All documentation is now located in the docs-html directory.

Just point you Web browser at Bochs.html.  For example:

  netscape docs-html/index.html

Please read the file 'LICENSE' for information about the
license associated with this software.

-Kevin Lawton