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
Timothy R.Butler
17cb7f95f0
Again...
2001-11-10 05:19:16 +00:00
Timothy R.Butler
5eae9d7e1d
Trying to fix weird characters.
2001-11-10 05:05:09 +00:00
Bryce Denney
1064a2e2c8
- this script works on openbsd if you remove the "-av" args from cp
...
and change >& to >, so I did.
2001-11-10 04:09:16 +00:00
Bryce Denney
9293dc29b8
- don't give up if install_fonts fails. It can fail just because you
...
aren't root.
2001-11-10 04:00:52 +00:00
Bryce Denney
5d13ab349c
- don't do chown in install process because it prevents normal users from
...
installing it in their own dir
2001-11-10 04:00:10 +00:00
Bryce Denney
473e3f1c88
- I have tried to make the --prefix argument to configure control
...
everything about the installation path. There should be no more
hardcoded references to /usr/local/bochs. Instead, there are
references to @prefix@ which get replaced by the configure script
with the real prefix.
2001-11-10 03:48:22 +00:00
Bryce Denney
9a04460e23
- I got rid of the buildroot because now the Bochs related scripts know
...
what directory they were installed in. For example bochs-dlx and
bochs-docs, etc. have the $prefix substituted into them, so if the
prefix is /var/tmp/rpm-buildroot/usr/bochs then they will not work
right.
2001-11-10 03:39:55 +00:00
Bryce Denney
a235489642
- fix segfault I introduced by making the previous revision too hastily
2001-11-10 03:12:44 +00:00
Bryce Denney
68fcae6259
- I'm going to install into /usr so the files must be listed in /usr too.
2001-11-10 02:06:26 +00:00
Bryce Denney
44fe9318ec
- change "rm" to "rm -f". What a dumb problem.
2001-11-10 01:41:36 +00:00
Bryce Denney
97d25485be
- I'm told that packages should install into /usr/bochs instead of
...
/usr/local/bochs.
2001-11-10 01:36:33 +00:00
Bryce Denney
e1968fb8e3
- put RCD Id on bxversion.
...
- in bochs-docs, bochs-dlx replace /usr/local with the $(prefix) so that
the scripts can work wherever they are installed
2001-11-10 01:35:58 +00:00
Bryce Denney
b33e0800e0
- copy README and testform.txt to your .bochs directory too
2001-11-10 01:05:23 +00:00
Bryce Denney
0a5e2d6d1d
- gzip the DLX hard disk image when you install
...
- set safe permissions on dlxlinux files and directory when you install
2001-11-10 01:04:39 +00:00
Bryce Denney
ac7c4bfbb1
- give it a style sheet similar to the rest of the site, fix broken links, etc.
2001-11-10 00:53:43 +00:00
Bryce Denney
ee01324835
- since I can't generate PDF and PS, just make links to HTML docs
2001-11-10 00:47:03 +00:00
Bryce Denney
c4aeeeac90
- teeny: add <screen> tag to make some list prettier
2001-11-10 00:41:25 +00:00
Bryce Denney
b902802933
- don't pretend we can change IPS at runtime--at present we can't.
2001-11-10 00:40:40 +00:00
Bryce Denney
3e45a81ae4
- now hd10meg.img can be stored gzipped in dlxlinux directory
2001-11-10 00:05:52 +00:00
Bryce Denney
7b7722d9c4
- improved bochs-dlx script by Rob Lemley that copies dlx stuff into the
...
user's home directory the first time they run bochs-dlx and runs it
from there. This avoids the need for a world-writable directory installed
by the RPM.
2001-11-09 23:56:29 +00:00
Bryce Denney
1e3f0cff19
- added configuration button contributed by
...
Volker Ruppert <Volker.Ruppert@t-online.de>
instead of borrowing the snapshot button for the config interface.
2001-11-09 22:17:33 +00:00
Bryce Denney
228de6942d
- fill in section on bochsrc. The material is mostly copied from
...
the doc/man/bochsrc.1 that Tim put together for bochs 1.2.
2001-11-08 06:44:23 +00:00