instinc
80d5bc27bd
added time_ticks() to the instruction trace
2001-10-04 15:34:33 +00:00
Bryce Denney
84f1ebb003
- readline checks still have a few problems, so don't do exit 1
2001-10-04 05:39:12 +00:00
instinc
de156bd8d6
added flags output with the register tracing enabled, was nice to have IF status etc.
2001-10-03 21:12:59 +00:00
instinc
ff08ebb819
Added the description of the 0x8AE4 (disable register tracing) and 0x8AE5 (enable register tracing) io commands
2001-10-03 19:58:50 +00:00
instinc
7e2c49c8aa
Added the control to enable/disable register tracing
2001-10-03 19:54:29 +00:00
instinc
dabe63ef72
added a control variable for debugger to know if register tracing is required or not
2001-10-03 19:53:48 +00:00
instinc
9ebcb7651c
Added the ability to trace registers value as you trace the code
2001-10-03 19:53:09 +00:00
instinc
4febfb2efb
Added the documentation for the enable/disable trace commands
2001-10-03 19:10:09 +00:00
instinc
0982e7f345
Added the ability to enable/disable instruction tracing when built with debugger support
2001-10-03 19:06:17 +00:00
Todd T.Fries
319cbff42e
revert. test failed.
2001-10-03 15:03:35 +00:00
Todd T.Fries
86eb9e1a3f
testing $bochs$
2001-10-03 15:02:51 +00:00
Todd T.Fries
619ba4ee8a
testing bochs tag
2001-10-03 15:01:44 +00:00
Todd T.Fries
6742ab9f91
panic if networking can't be initalized (packet filter/socket)
...
if the user wants to use bochs as non-root, disable ne2k!
2001-10-03 14:53:22 +00:00
Bryce Denney
57071445e6
- add eth_win32.o to the Makefile when ne2000 is enabled and we're compiling
...
for win32.
2001-10-03 13:42:24 +00:00
Bryce Denney
5d00d3073e
- mention where to get winpcap
2001-10-03 13:38:17 +00:00
Bryce Denney
f1a5e26f7d
- program for win32 by Don Becker that lists the NIC id's that WinPCap
...
recognizes. This tells you what to type into the ethdev field in your
bochsrc.
2001-10-03 13:36:14 +00:00
Bryce Denney
91c3513cae
- remove hardcoded NIC id
2001-10-03 13:34:55 +00:00
Bryce Denney
daf2a9fb55
- add RCS Id to header of every file. This makes it easier to know what's
...
going on when someone sends in a modified file.
2001-10-03 13:10:38 +00:00
Bryce Denney
16a10bb5bb
- add rcs header
2001-10-03 12:56:51 +00:00
Bryce Denney
40ac2e6f89
- add make target "download_dlx" which runs wget to download the
...
DLXlinux tar file, unless it is already there. Before, you had to
download the 1meg+ tar file every single time you build the RPM, which
was annoying.
2001-10-03 12:55:00 +00:00
Bryce Denney
49aad8c1b1
- add test for whether -lcurses is required when using readline, to fix
...
bug #429448 . What is strange about this problem (on OpenBSD) is that the
compile and link goes fine, but when you execute your first readline library
function it does a dynamic link and crashes on the spot. Many autoconf
tests only compile and sometimes link the test program, but this test
compiles, links, and runs it.
2001-10-03 12:33:53 +00:00
Bryce Denney
3974d588de
- add note about limit_scaled including the 12-bit shift etc.
2001-10-03 02:23:01 +00:00
Bryce Denney
de0a55fcce
- threw out the old patch, and reworked it so that there are no restrictions.
2001-10-03 01:52:17 +00:00
Bryce Denney
0f9a525717
- try again! This should fix
...
[ #433759 ] virtual address checks can overflow
and I have tested the condition much more thoroughly this time.
All segment sizes should be supported.
2001-10-03 01:06:31 +00:00
Bryce Denney
80b31020e9
- regression test for "access checks" in cpu/access.cc
2001-10-03 00:52:30 +00:00
Bryce Denney
6a1c01c8b5
- back out my poorly written patch.virtual-address-checks-overflow
2001-10-02 20:01:29 +00:00
Todd T.Fries
d5ecddc64c
a few output cleanups
...
make windows not panic bochs when probing for ne2k, still doesn't work though
2001-10-02 18:38:03 +00:00
Bryce Denney
beca5d6e67
- fix stupid printf-type bug
2001-10-02 18:11:06 +00:00
Bryce Denney
67ebaaca87
- apply patch.virtual-addr-checks-overflow to fix bug
...
[ #433759 ] virtual address checks can overflow
> Bochs has been crashing in some cases when you try to access data which
> overlaps the segment limit, when the segment limit is near the 32-bit
> boundary. The example that came up a few times is reading/writing 4 bytes
> starting at 0xffffffff when the segment limit was 0xffffffff. The
> condition used to compare offset+length-1 with the limit, but
> offset+length-1 was overflowing so the comparison went wrong. This patch
> changes the condition so that it supports all segment limits except for
> sizes 0,1,2,3 bytes. Dave and I figured that these sizes would not be
> needed, while size 0xffffffff is used quite a lot.
2001-10-02 17:02:28 +00:00
Bryce Denney
04a07f306f
- patch to fix bug [ #433759 ] virtual address checks can overflow
2001-10-02 17:01:09 +00:00
Bryce Denney
81452458b8
- fix links
2001-10-02 05:01:38 +00:00
Timothy R.Butler
567964e5f7
Updated for snapshot release
2001-10-02 04:54:47 +00:00
Bryce Denney
7bdff4acfb
- try again to get bximage in there
2001-10-02 03:57:55 +00:00
Bryce Denney
591cac3518
- add VC++ project for bximage
2001-10-02 03:56:57 +00:00
Bryce Denney
0ebf64033a
- add a project that builds bximage.exe as well
2001-10-02 03:27:29 +00:00
Bryce Denney
895b6a1511
- applied patch [ #466403 ] make text colors more accurate
...
The author did not leave his/her name.
2001-10-01 18:36:13 +00:00
Bryce Denney
f8beb55157
- use @CPP_SUFFIX@ instead of hardcoded .cc
2001-10-01 17:27:24 +00:00
Bryce Denney
df50cd50fd
- 2 fixes: use S_IFBLK again instead of comparing the st_mode directly
...
- we must use #if BX_WITH_WIN32, not #ifdef because it's always defined
2001-10-01 17:23:45 +00:00
Bryce Denney
388fb0385f
- commit Don Becker's fixes for win32 raw floppy and floppy disk images
2001-10-01 17:20:08 +00:00
Bryce Denney
026a8554ef
- we need S_ISREG and S_ISCHR macros to actually do whey're supposed to
...
(no more stupid hack) so that win32 can handle either raw floppy or
floppy disk image.
2001-10-01 17:01:00 +00:00
Bryce Denney
c2e09b1889
- oops, it didn't compile when you had debugger on bug ne2k off. Now it does.
2001-10-01 04:07:29 +00:00
Bryce Denney
25942a527d
- add win32, coded by Don Becker.
2001-10-01 03:53:40 +00:00
Bryce Denney
c38d1a046a
- add win32. Code from Don Becker.
2001-10-01 03:52:10 +00:00
Bryce Denney
ddb2c85b06
- add code from Psyon, aka Don Becker
2001-10-01 03:50:50 +00:00
Bryce Denney
2e3eead360
- install the new script "test-x11-fonts"
2001-09-30 14:56:48 +00:00
Bryce Denney
446fdf12a5
- at the end, try to run xset fp rehash and restart the X font server.
...
Give warnings if these commands could not be run.
- grab some code from configure script that checks if "echo -n" is supported
2001-09-30 14:55:20 +00:00
Bryce Denney
53c77f5573
- add a script that tests whether your vga font is installed.
2001-09-30 14:53:57 +00:00
Bryce Denney
82a0027e4b
- stop warning people to leave their vga.pcf uncompressed, since that
...
was bad advice (only worked for Bryce's machine). Now warn people to
restart their X font server.
2001-09-30 14:07:58 +00:00
Bryce Denney
f1dd213775
- arg, I left out a paragraph mark before
2001-09-29 20:33:04 +00:00
Bryce Denney
0c7dad572e
- add a note about skipping the "compress" step when installing the
...
VGA font by hand.
2001-09-29 20:22:08 +00:00