Bryce Denney
761a5c16a3
- move all RPM build code into a script instead of the makefile. This is
...
an improvement because you have to do a configure before using any makefile.
It used to be "configure; make rpm" and now it's just
"./build/redhat/make-rpm".
2001-12-08 15:59:50 +00:00
Bryce Denney
ff74c51296
- install the vga font compressed. Some systems require this, but I don't
...
know which. Since all other fonts are compressed, it seems like the
standard.
2001-12-08 15:20:55 +00:00
Bryce Denney
ee70e42424
- install as vga.pcf.gz, without first copying to vga.pcf and gzipping.
...
Also, it was checking for existence of vga.pcf, even though vga.pcf.gz
was going to be installed.
2001-12-08 15:18:28 +00:00
Bryce Denney
dbf4e8d33e
- do not panic on "OUTB set and command 0xaa encountered"
2001-12-08 14:02:57 +00:00
Bryce Denney
0708c77999
- first look for a font called bochsvga, then for one called vga, then
...
panic
2001-12-08 13:42:55 +00:00
Bryce Denney
2b89beb0c6
- I separated the unzipping/configuration of dlxlinux and the installation
...
of it into pieces, so that you can unzip&configure with one prefix setting
and install with another. This should fix the dlxlinux/bochsrc.txt
pathname problem.
2001-12-08 13:18:45 +00:00
Bryce Denney
7c7386e591
- don't need to specify mandir anymore
2001-12-08 13:17:23 +00:00
Bryce Denney
f82c3f9b86
- add a little bit of beos support
2001-12-08 13:07:07 +00:00
Bryce Denney
d87b47b0df
- fix rpm build so that it uses buildroot again. The trick was to separate
...
the dlx linux install into 1) unpack and configure, and 2) copy into place.
Because they are separate, we can unpack and configure with prefix=/usr
and then copy into place with prefix=$BUILDROOT/dlxlinux.
2001-12-08 05:35:57 +00:00
Bryce Denney
d31eacc1f3
- mention raw cdrom on macosx, which was just added
2001-12-07 22:28:25 +00:00
Bryce Denney
e8bcb173e5
- detect when MacOS X cdrom code can be used: when the header file
...
"IOKit/storage/IOCDMedia.h" is available.
2001-12-07 22:18:40 +00:00
Bryce Denney
ec7b19a7fb
- applied this patch, except for system headers in iodev/Makefile.in which
...
I threw out.
2001-12-07 22:00:39 +00:00
Bryce Denney
d2bf9cb219
- add support for raw CDROM under MacOS X, from
...
Scott Brumbaugh <scottcb@gte.net>
2001-12-07 21:56:15 +00:00
Bryce Denney
6ac92c21e6
- already checked in
2001-12-07 21:52:08 +00:00
Bryce Denney
7519c69f95
- add pretty header
2001-12-07 21:50:34 +00:00
Bryce Denney
c326012ae9
- add cdrom support for macos x
2001-12-07 21:48:46 +00:00
Bryce Denney
a73a6c4e18
- include Marton Fabo's keyboard capture filter for BeOS
2001-12-07 19:42:18 +00:00
Bryce Denney
339ec6cec4
- Marton Fabo <morton@eik.bme.hu> did a rewrite of the BeOS GUI.
2001-12-07 19:22:54 +00:00
Bryce Denney
5ef3f7ca45
- add BeOS specific code from Bernd Korz
2001-12-07 18:58:24 +00:00
Bryce Denney
5ecac72065
- patch from Bernd Korz, dealing with mouse cursor enable
2001-12-07 18:52:24 +00:00
Bryce Denney
706f0629f8
- Bernd's configure seems to want both cdrom.o and cdrom_beos.o, though I'm
...
not sure it's required.
2001-12-07 18:51:29 +00:00
Bryce Denney
ce8fde4bf1
- add one more space before User/Development/Documentation guide
2001-12-07 16:24:43 +00:00
Bryce Denney
9bdd5b53b2
- add links straight to the user/development/documentation guides
2001-12-07 16:23:06 +00:00
Bryce Denney
b5ba75b30a
- this patch was made from Harry Mohn's modified bximage.c from November 25.
2001-12-07 05:21:18 +00:00
Bryce Denney
6c2486db83
- ask user if they WANT to unpack a 10meg file in their home directory.
...
If no, just quit.
2001-12-07 05:03:53 +00:00
Bryce Denney
2186b23ead
- remove "gotcha" about root owning the dlxlinux image
2001-12-06 05:15:07 +00:00
Bryce Denney
a1a9beac3b
- update to rombios.c version 1.25
2001-12-06 04:50:08 +00:00
Bryce Denney
057df9bcde
- compile SMP bioses for the first time since June!
2001-12-06 04:28:30 +00:00
Bryce Denney
f97c8b7b27
- install man pages in /usr/man/man1, not /usr/bochs/man/man1. Putting them
...
under /usr/bochs was just a hack so that I didn't have to list the individual
man pages in the file list. But nobody would find the man pages in
/usr/bochs/man unless they changed their manpath.
2001-12-06 04:03:34 +00:00
Bryce Denney
37256e9614
- touch up, move things around
2001-12-06 03:51:55 +00:00
Bryce Denney
b0a578eaf4
- made it through the whole cvs log, whew!
2001-12-05 22:12:59 +00:00
Volker Ruppert
014687aa97
- extended keyboard funktion waits for a key, too - don't panic
2001-12-05 20:38:32 +00:00
Volker Ruppert
aa297204b0
- setting led status works even if the keyboard is disabled
2001-12-05 20:36:03 +00:00
Bryce Denney
f61507194a
- clarify RPM build description
2001-12-05 20:16:09 +00:00
Bryce Denney
c9740ebb21
- I'm working on change log for version 1.3. Not complete yet.
2001-12-05 17:37:08 +00:00
Bryce Denney
5fcb69ca3a
- to allow configure to be run from other directories, I added some
...
mkdirs for build and build/linux. This was working, but then broke
when I made configure substitute the version number in lots of new
files.
2001-12-05 16:46:00 +00:00
Bryce Denney
2cd62e75c8
- Dave enabled the E9 hack in config.h.in, but it had no effect. The correct
...
way is to make the configure.in default to turning it on. The value in
config.h.in will be replaced by configure anyway.
2001-12-05 16:25:24 +00:00
Bryce Denney
9aa771c8bf
- check in changes from Rob Lemley, sent to me on November 28, 2001
2001-12-05 04:45:51 +00:00
Bryce Denney
0bbe088d56
- add beos cdrom .o file, when beos and cdrom are selected. I don't
...
have the actual cdrom_beos.cc file yet from Bernd.
2001-12-05 03:37:08 +00:00
Bryce Denney
61bae62a08
- keyboard type patch from cbothamy
2001-12-04 18:04:27 +00:00
Bryce Denney
9c79a25e8f
- add keyboard mapping patch from Christophe Bothamy
2001-12-03 15:39:51 +00:00
Volker Ruppert
a7823c0720
- improvement for the textmode cursor (X and win32)
2001-12-02 16:45:55 +00:00
Bryce Denney
fe6d4c8d88
- once it's gzipped, chmod needed a different name (+ .gz)
2001-12-02 04:24:11 +00:00
Bryce Denney
dbd75fc354
- gzip the font file, which apparantly is required on some servers.
...
See [ #485008 ] install-x11-fonts needs to gzip the font.
This was reported and checked out by ron@ronheron.com .
2001-12-02 04:20:34 +00:00
Bryce Denney
1e46afa918
- Dave applied these patches
2001-12-02 04:16:16 +00:00
instinc
3bd36d7220
added the trace-reg-on and trace-reg-off commands
2001-11-28 18:40:02 +00:00
instinc
2be059ee4f
added the trace-reg-on and trace-reg-off command
2001-11-28 18:39:19 +00:00
instinc
170eed5b66
added the trace-reg-on and trace-reg-off command
...
updated the register trace to bypass the lazy flags behaviour
2001-11-28 18:38:32 +00:00
instinc
0a87115340
added trace-reg-on and trace-reg-off commands
2001-11-28 18:37:12 +00:00
Bryce Denney
22de9ce18e
- patch from Dave Poirier, sent to list Nov 27
2001-11-28 18:19:21 +00:00