Volker Ruppert
9bef555f3e
Updated build test script and fixed compilation without FPU.
2017-03-19 09:50:16 +00:00
Stanislav Shwartsman
a2e2feced4
set propertities for more files
2011-02-25 15:32:08 +00:00
Stanislav Shwartsman
a2e07ff971
- Removed --enable-guest2hos-tlb configure option. The option will be
...
always enabled for any Bochs configuration.
2008-12-11 21:19:38 +00:00
Stanislav Shwartsman
91e6ca8d5c
Implemented MTRR support
...
Fixes in #PF exception priority
2007-09-20 17:33:35 +00:00
Volker Ruppert
2a6200040e
- removed configure option for the new PIT model from documentation and perl
...
build script
- added --enable-new-pit to the deprecated section of the configure script
- show DEPRECATED messages in configure script in uppercase letters (most of
them should be removed before the next major release)
2007-04-09 08:46:24 +00:00
Bryce Denney
441eb253f7
- remove references to obsolete hga. Now --enable-vga and --disable-vga
...
no longer exist. I think configure will silently ignore them.
- modified:
iodev/Makefile.in iodev/devices.cc iodev/iodev.h main.cc
configure.in config.h.in configure build/batch-build.perl
2002-10-26 13:14:11 +00:00
Bryce Denney
c34fe7ea12
- add tests for plugins and various devices
2002-10-25 12:23:35 +00:00
Bryce Denney
6aa472fdb0
- add some tests that enable SSE
...
- add CFLAGS and CXXFLAGS, set to "-g -O2 -Wall"
2002-10-25 02:50:06 +00:00
Bryce Denney
6aa079b234
- now with cpu level < 5 you must disable mmx
2002-09-23 07:37:07 +00:00
Bryce Denney
d285e86bdb
- test with --enable-icache instead of --enable-fetchdecode
...
- change x,y increment between successive xterms to only 30 (--parallel mode)
- run everything with nice to be less of a hog
2002-09-20 17:57:54 +00:00
Bryce Denney
3591c3297b
- add several new categories of test compile configurations, which
...
you can switch on and off using the $TEST_* varables at top.
- when running with --parallel, use "-geom +x+y" argument to xterm
to make the windows appear in a regular pattern.
2002-09-18 04:12:12 +00:00
Bryce Denney
4749a0e246
- add configurations for lots of other guis
2002-09-16 13:09:50 +00:00
Bryce Denney
fa0dfd7994
- add --clean option to make it easy to clean up afterward
...
- try to find the configure script and set the path correctly, in case
the script is run from the main directory, build, etc.
- name the build directories build-$name so they don't overwrite anything.
Now that I have "rm -rf" in my script I wanted to be a little more careful.
2002-09-15 14:35:38 +00:00
Bryce Denney
96ac81caf8
- tool for compiling bochs with many different configurations. My favorite is
...
the --parallel option, which spawns a separate xterm for each build so that
you can keep them separate.
2002-09-15 13:20:33 +00:00