Bryce Denney
53d71821c1
- I already checked in something better than this
2002-09-05 16:02:43 +00:00
Stanislav Shwartsman
c3b4f170d6
The patch was changed accoring to access.cc changes and
...
Bryce's recomendations.
2002-09-04 21:13:08 +00:00
Bryce Denney
d6c1c14d43
- patch now adds configure option --enable-mmx that enables/disables it
2002-09-04 20:32:04 +00:00
Bryce Denney
20bd8507af
- add configure option --enable-mmx in configure.in. I didn't bother
...
to diff configure...you'll have to run autoconf yourself.
- in config.h.in set BX_SUPPORT_MMX to 0, not 1. The configure script
will replace it with a 1 if appropriate. That's the way all other
options are done.
- you need to use patch -p1 for this
2002-09-04 20:09:00 +00:00
Bryce Denney
db239afdcf
- add diffs in cpu/Makefile.in so that it compiles w/o editing anything
...
- you must use patch -p1, not patch -p0
- write date as September 1, 2002 so it's not confusing to U.S. readers,
who think 1/9/2002 means January 9.
2002-09-04 19:47:33 +00:00
Stanislav Shwartsman
21413f26aa
MMX support patch
...
Now with BIG_ENDIAN systems compatability
Tested on HP1100 and Solaris systems
(for Bochs 1.4.1 release)
2002-09-04 19:30:09 +00:00
Bryce Denney
e804c745bb
- this patch should guarantee that the memory vector is aligned on an
...
8-byte boundary. It simply allocates 8 extra bytes, then steps forward
one at a time until it finds a pointer whose address is a multiple of 8.
2002-09-03 16:57:42 +00:00
Kevin Lawton
3d8e5f8b61
Removed the BX_FETCHDECODE_CACHE mods, and the patch that
...
Bryce created for use of ensuring all mods were removed
cleanly.
2002-09-01 23:02:36 +00:00
Bryce Denney
9a28714cbd
- manually remove a diff chunk that was only a difference in version number,
...
since it always conflicts.
2002-09-01 21:46:30 +00:00
Bryce Denney
99ff4b3ed1
- create a patch that is equivalent to all CVS diffs associated with
...
the fetchdecode cache.
2002-09-01 21:30:50 +00:00
Kevin Lawton
944697affb
Removed patch which I committed to CVS.
2002-09-01 20:21:23 +00:00
Stanislav Shwartsman
9620d2a423
MMX instructions support (LITTLE_ENDIAN version)
...
After applying the patch edit cpu/MakefilE
2002-09-01 15:44:40 +00:00
Bryce Denney
157a9ac53a
- this patch has been committed, and hasn't broken too many compiles so far
2002-09-01 15:39:39 +00:00
Kevin Lawton
7a8d2dc61e
Oops, added a modified file which I forgot about, to the patch.
2002-09-01 03:20:23 +00:00
Kevin Lawton
976b95ece9
Added 'patches/patch.kpl-paging-cleanup', a well needed clean-up
...
of bochs' broken paging code, and made an option to compile in
support of 4Meg pages, with the default being disabled, because
it is not well supported yet.
2002-09-01 02:37:40 +00:00
Bryce Denney
a8827a60bf
- add note that you need segchecks patch too
2002-08-30 13:52:02 +00:00
Bryce Denney
d2366e1009
- upload patch from Kevin Lawton, SF#602156: Simple performance mod for
...
cpu.cc (EIP)
2002-08-30 13:26:02 +00:00
Bryce Denney
9d194317ec
- add Kevin's patch on SF, #602003 : repeat instruction optimizations
2002-08-30 13:20:42 +00:00
Bryce Denney
e1df049256
- add patch submitted by Kevin Lawton on ML
2002-08-27 23:00:58 +00:00
Bryce Denney
7fdc7303c2
- add "void reset(unsigned type)" method to every I/O device.
...
Some devices already had one. Some I had to add an empty one.
I did a little cleaning of init() methods to make them more uniform
but generally I left them alone.
- I also put these exact diffs into a patch "patch.iodev-add-reset"
in case I want to revert these changes for some reason, for example
if they break an old patch. It should be deleted after a while.
2002-08-27 19:54:46 +00:00
Volker Ruppert
28e06c07a0
- the changes are present in CVS and these files are no longer needed
2002-08-25 09:12:55 +00:00
Bryce Denney
c81a354ebf
- this adds a configure option --enable-external-debugger for use with
...
Peter Tattam's external debugger. So far the external debugger only
works on win32 platforms if you download Peter's DLL.
2002-08-25 05:02:38 +00:00
Christophe Bothamy
5cd66320e1
- uploaded 64bits-registers-extension patch from Kevin
2002-08-20 10:54:25 +00:00
Volker Ruppert
16f04b12f0
- this patch adds include support for config files
2002-08-16 07:17:50 +00:00
Volker Ruppert
a546102083
- the changes are present in CVS
2002-08-15 12:21:49 +00:00
Christophe Bothamy
872c0a1b20
- added patch [ 567606 ] make bochsrc more portable, from Tal Benavidor
2002-08-12 15:19:19 +00:00
Christophe Bothamy
2a7bfa41de
- patch from Bernhard Bablok to create a shell wrapper that eases Bochs launch.
2002-08-12 14:49:21 +00:00
Christophe Bothamy
ee085e1f55
- This patch adds MOV_CdRd in v8086 mode (from Martin Str|mberg)
2002-08-10 12:02:52 +00:00
Volker Ruppert
0d46cfdad9
- this patch replaces the standard headerbar by a win32 toolbar
2002-08-10 08:57:23 +00:00
Volker Ruppert
5453016e86
- this patch is no longer necessary
2002-08-09 15:00:03 +00:00
Volker Ruppert
d015d4a367
- win32 changes removed
...
- description updated
2002-08-09 07:41:43 +00:00
Volker Ruppert
940a5c7b74
- userbutton added to the wxgui
2002-08-08 08:05:19 +00:00
Volker Ruppert
ec33a610e4
- config option and bochsrc example added
2002-08-07 20:35:57 +00:00
Volker Ruppert
c10458ee49
- this patch adds a headerbar button that sens keypresses
2002-08-06 16:17:49 +00:00
Christophe Bothamy
7cae4b94c4
- patch from Timo Weggen :
...
With this patch the INVLPG instruction doesn't invalidate the
whole TLB, but only a single page table entry.
2002-08-06 09:01:47 +00:00
Christophe Bothamy
987a30ca17
- This patch enables the guest to read to host time (linux only).
...
Port 0x8901 is used. Two time values can be set and
read, along with the difference of the two.
Please look in the patch file for instructions on usage.
2002-07-31 16:15:51 +00:00
Christophe Bothamy
edf44aceaa
- This patch turns the eflags structure to a 32bits bitfield
2002-07-31 16:11:27 +00:00
Christophe Bothamy
1956be72db
- I forgot to initialize the new variable
2002-07-30 08:48:03 +00:00
Christophe Bothamy
52007ee6c7
- This patch enables the guest to programmatically stop bochs
2002-07-29 12:42:28 +00:00
Christophe Bothamy
9ab70dd560
- conditionnaly include <sys/mount.h> if BX_HAVE_BLKGETSIZE is defined
...
- updated for latest cvs code
2002-07-29 10:00:10 +00:00
Christophe Bothamy
8fc5ffd373
- added patch to enable the use of up to 4 optional romimages
2002-07-24 17:51:09 +00:00
Volker Ruppert
acba77dbf2
- cursor size feature simplified
...
- cursor hide feature works now
- don't handle the text cursor in graphics mode
2002-07-09 18:30:57 +00:00
Volker Ruppert
42c391cf9d
- patch updated for current CVS version
...
- cursor size feature added for the BeOS gui
2002-07-08 20:11:12 +00:00
Volker Ruppert
d8454f31de
- this file is no longer needed
2002-07-06 15:24:01 +00:00
Christophe Bothamy
3088768f88
- added a configure check for BLKGETSIZE ioctl support. The patch should not cause any more problems on other systems
2002-07-04 10:40:10 +00:00
Volker Ruppert
636027845c
- this patch doesn't fix the fprem bug.
2002-07-03 20:16:48 +00:00
Christophe Bothamy
5f44c98412
- this patch adds sysenter/sysexit functions support for CPU_LEVEL >= 6
2002-06-27 21:47:44 +00:00
Christophe Bothamy
cba611f25b
- updated with latest version found on sf patches page
2002-06-27 19:38:39 +00:00
Volker Ruppert
888ef120f8
- changes in file bochs-dlx.in added
2002-06-27 15:36:27 +00:00
Christophe Bothamy
c6f9ce353a
- removing patch.fetchdecode-cache as it is included in the main branch, and does not apply cleanly anymore
2002-06-27 14:39:03 +00:00