Bryce Denney
497e4a5227
- fix up configure options table
2001-11-14 01:45:47 +00:00
Bryce Denney
fea759a204
- apply patch.pci from Volker Ruppert. See
...
[ #481546 ] pci patch (Volker Ruppert) for any followups.
2001-11-14 01:39:22 +00:00
Bryce Denney
f1dad2cf92
- PCI patch from Volker Ruppert from October 27, 2001
2001-11-14 01:35:27 +00:00
Bryce Denney
6b291faebc
- applied this patch
2001-11-14 01:29:20 +00:00
Bryce Denney
ed45dddd21
- Volker Ruppert's fix to keyboard typematic rate
2001-11-14 01:28:53 +00:00
Bryce Denney
aa13968341
- more improvements from Volker.
...
- fopen with "wb" so that win32 doesn't translate CRLF
- add initmode setting
- fix bug, fill in behavior in write handler
- now it works for him with DOS, Linux, and Windows guests
2001-11-14 00:29:20 +00:00
Bryce Denney
efc5708ddf
- "const char" fixes from Volker
2001-11-14 00:23:08 +00:00
Bryce Denney
b4bdc25b3f
- touch up bochs history
...
- change "ch07" to "mailinglist" so that we can renumber easily
- add current information on who maintains different bochs ports, and pleas
for help on the ones with no maintainer. Removed FreeDOS--it's not
a host OS. Maybe this fits in a list of guest OSes, but for now it
goes in the trash.
2001-11-13 07:00:09 +00:00
Bryce Denney
4f50e37b7f
- add shortcut for bochs developers mailing list
2001-11-13 06:57:33 +00:00
Bryce Denney
918a32a67a
- patch from Mike Rieker <mrieker@o3one.org> associated with this bug rpt:
...
[ #480422 ] gdt 'accessed' bit
2001-11-13 05:11:41 +00:00
Bryce Denney
5edbdc5741
- copied Volker's instructions on mounting a disk image in Linux from
...
misc.txt into the user guide.
2001-11-13 00:01:57 +00:00
vasudeva
9ad7fe1c69
Removed to-do reference to mailing list in Chapter 5: Using Bochs.Converted reference in Chapter 2: FAQ into cross-reference to new Chapter 7.Created Chapter 7 for mailing list subscription instructions.
2001-11-12 21:51:10 +00:00
Bryce Denney
7296b909b6
- update so that it applies cleanly to current CVS
2001-11-12 18:42:14 +00:00
Bryce Denney
315dd94b24
- add patch from
...
[ #451612 ] text modes with 8x8 characters
it was gzipped and had dos format newlines
2001-11-12 18:41:41 +00:00
Bryce Denney
5d4b874014
- correction to color #6 based on followups to
...
[ #466403 ] make text colors more accurate
2001-11-12 18:33:28 +00:00
Bryce Denney
5585e0cb30
- fixes based on Roland Mainz's patch.mainz-2001-10-05.
2001-11-12 18:28:07 +00:00
Bryce Denney
980670a26a
- document how to use raw floppy on unix and winNT, win2k
2001-11-12 18:22:19 +00:00
Bryce Denney
7b3980d9df
- apply patch.rfb-mouse by MURANAKA Masaki (monaka@users.sf.net)
...
see this source forge bug for details:
[ #457968 ] Strange mouse motion on RFB
2001-11-12 17:56:47 +00:00
Bryce Denney
9788c1b6cc
- add a retry loop in RFB code, so that if port 5900 is not available
...
it can try 5901, etc. On linux, if a server bound to port 5900 exits
without closing the socket, you can't re-bind to the socket for a few
minutes.
2001-11-12 16:45:28 +00:00
Bryce Denney
2cc4dbf1a2
- this patch was submitted along with bug report
...
[ #457968 ] Strange mouse motion on RFB
2001-11-12 16:06:26 +00:00
Bryce Denney
3934cd370c
- change a few "char"s to "const char", from Roland Mainz compile patch
2001-11-12 03:34:45 +00:00
Bryce Denney
94ba0f4ca4
- remove some "#if BX_DEBUG" lines. What are these anyway? They've
...
probably been treated as ifdef instead, but a sun compiler doesn't like
them. Anyway, they were being used around a check for irq_num > 15.
This bounds check seems ok to do all the time, so I just removed the
#if BX_DEBUG lines and corresponding #endifs.
2001-11-12 03:29:18 +00:00
Bryce Denney
f95a8f1885
- bugfix for typematic info, from Volker Ruppert
2001-11-12 03:22:11 +00:00
Bryce Denney
463f10831c
- applied on september 29, 2001
2001-11-12 02:57:25 +00:00
Bryce Denney
0c0724be10
- already applied and works great AFAIK
2001-11-12 02:56:34 +00:00
Bryce Denney
2437357119
- this was checked in on october 2, 2001 and has caused no trouble yet
2001-11-12 02:50:07 +00:00
Bryce Denney
8520d6111e
- applied november 11, 2001. Well, I applied it, hacked it to move it all
...
into gui/ and then checked it in.
2001-11-12 02:47:14 +00:00
Bryce Denney
e0ba5edbba
- already applied, and hasn't caused any trouble so far
2001-11-12 02:46:09 +00:00
Bryce Denney
4576357f8e
- applied october 9, 2001
2001-11-12 02:42:38 +00:00
Bryce Denney
5914336a30
- applied this patch October 7, 2001. I only made a patch at all to make
...
it easy to revert it all at once.
2001-11-12 02:41:38 +00:00
Bryce Denney
0303cb924e
- applied this patch on 2001/09/19
2001-11-12 02:40:06 +00:00
Bryce Denney
c5a79e84e6
- I applied this patch and checked it in today.
2001-11-12 02:36:41 +00:00
Bryce Denney
c52fbaa3a7
- allow configuration of the parallel port in .bochsrc and the config
...
interface menus. Parallel port #1 is implemented, and I left stubs for
parallel port #2 in case we want to ever add it. If the parallel port
is enabled, the init method of parallel.cc does an fopen() on the output
file. If disabled, or if the fopen fails, the file handler remains
NULL and no characters are printed. There is no attempt to enable/disable
the operation of the parallel port, only the output to a file.
2001-11-12 02:35:09 +00:00
Bryce Denney
1d94019ce0
- add comments saying who wrote most of this file
...
- add fflush after every character written to output file
2001-11-12 01:45:21 +00:00
Bryce Denney
c685af1bdc
- in sync with rombios.c 1.20. The change is from patch.parport by
...
Volker Ruppert which fixes parallel port access.
2001-11-12 01:34:20 +00:00
Bryce Denney
a2efc4c5de
- commit patch.parport from Volker Ruppert. I tested it by running
...
"copy FILE prn" in a freedos image.
2001-11-12 01:33:01 +00:00
Bryce Denney
4b60b69bf4
- fail fast if you try --enable-idle-hack with any gui except for X11.
2001-11-12 00:49:57 +00:00
Bryce Denney
e0b4801b1f
- commit Roland Mainz's idle hack as a configure option. To try it,
...
configure with --enable-idle-hack. I have moved most of the code into
x.cc since it is X windows specific.
2001-11-12 00:45:09 +00:00
Bryce Denney
50f84e5947
- add configure switch called --enable-idle-hack that turns on
...
Roland Mainz's idle patch.
2001-11-12 00:43:59 +00:00
Bryce Denney
1a77f3bedd
- parallel port patch from Volker Ruppert
2001-11-11 22:55:02 +00:00
Bryce Denney
0d632755fe
- in read_toc, make all platforms use the same code if using_file==1.
2001-11-11 14:41:53 +00:00
Bryce Denney
fa88fc2083
- do environment variable substitutions on any strings in the .bochsrc
2001-11-11 05:44:40 +00:00
Bryce Denney
7c92e20272
- add test for getenv
2001-11-11 05:43:12 +00:00
Bryce Denney
b0f829ecda
- fix silly output problem that caused it to print "0 megs" all the time
2001-11-11 05:07:05 +00:00
Bryce Denney
c100b382fe
- in task_switch when it tried to ensure that the old TSS was paged in,
...
it actually used the new TSS address, fixed.
- add a debug line that says what CR3 is changed to
2001-11-11 04:57:05 +00:00
Bryce Denney
93913d3606
- fix output of info gdt for TSSes
2001-11-11 04:55:14 +00:00
Bryce Denney
88893a868d
- Committed patch.pic-slave-special-mask to fix bug
...
[ #468340 ] pic:slave: OCW3 not implemented
The service_master_pic() method supported special mask mode but
service_slave_pic() did not. I added the code to service_slave_pic(). I
have no clear way to test that this is actually working right. If I can put
a gdb breakpoint in the pic.cc code and then step through and watch it work,
I'll be more confident.
2001-11-11 00:45:42 +00:00
Bryce Denney
30abf51d43
- patch for bug #468340 : pic:slave: OCW3 not implemented.
...
The service_master_pic() method supported special mask mode but
service_slave_pic() did not. I added the code to service_slave_pic(). I
have no clear way to test that this is actually working right. If I can put
a gdb breakpoint in the pic.cc code and then step through and watch it work,
I'll be more confident.
2001-11-11 00:43:52 +00:00
Bryce Denney
b4aa45671b
- Applied patch from Santiago Bazerque. See this bug report:
...
[ #463018 ] retf not removing parameters sometimes
2001-11-10 23:00:55 +00:00
Timothy R.Butler
cde72f6e3c
Trying to fix weird characters still.
2001-11-10 05:37:25 +00:00