Commit Graph

1129 Commits

Author SHA1 Message Date
Bryce Denney e0e9d2183b - check in a very broken floppy patch so I can work on it later 2001-12-12 21:35:07 +00:00
Volker Ruppert 12ee9dada7 - patch for the vga memory read/write functions in text mode 2001-12-12 18:35:30 +00:00
Volker Ruppert c06b97077a - patch updated for bochs version 1.3 2001-12-12 18:33:37 +00:00
Christophe Bothamy 70b1367dd1 . Added a keyboard_type option in configuration file
. Modified answer of keyboard controler to a keyboard-identify command
  depending on keyboard_type
. Added the keyboard_type option in bochsrc man page
2001-12-12 10:43:36 +00:00
Christophe Bothamy d7482737a9 . Added a keyboard_type option in the conf file
. Modified answer of keyboard controler to a keyboard-identify command
  depending on keyboard_type
. Added the keyboard_type option in bochsrc man page
2001-12-12 10:38:39 +00:00
Christophe Bothamy ba181fc43f Removed after include in the main code 2001-12-12 10:34:52 +00:00
Bryce Denney 319e4fb771 - I was stupid and wrote "enable-amigaos" instead of "with-amigaos". Fixed. 2001-12-12 03:48:48 +00:00
Bryce Denney 1c985e4ee4 - fix obsolete, incorrect comment 2001-12-11 13:42:23 +00:00
Bryce Denney a377aa0192 - clarify which binaries are going to appear on the site soon 2001-12-11 03:28:00 +00:00
Bryce Denney 312d77250b - fix win32 links, which had different naming convention that previous version 2001-12-11 03:22:37 +00:00
Timothy R.Butler ef83c7d779 Bochs 1.3 Press Release, first commit. 2001-12-11 03:22:12 +00:00
Timothy R.Butler 18af257e23 Added 1.3 information 2001-12-11 03:16:39 +00:00
Bryce Denney 8685e9f001 - update for 1.3 2001-12-10 21:53:21 +00:00
Bryce Denney 1fcf556297 - include niclist and bochsdbg (debug enabled version) 2001-12-10 21:31:20 +00:00
Bryce Denney 0e82c53d72 - add entry for 1.3 2001-12-10 19:59:10 +00:00
Bryce Denney fd6aee20d4 - irrelevant now 2001-12-10 19:28:08 +00:00
Bryce Denney c1befbd716 - remove patches that have been applied already 2001-12-10 19:27:48 +00:00
Bryce Denney 45b303a2c0 - another small beos change from Bernd Korz. 2001-12-10 18:37:39 +00:00
Bryce Denney c39181a903 - add pointers to the changelog 2001-12-10 14:54:39 +00:00
Bryce Denney d67fe98719 - eliminate top level list so that I can put <a name=""> anchors 2001-12-10 14:53:27 +00:00
Bryce Denney d18b42640b - update for version 1.3
- mention where to find the new docs, suggest people look there first
2001-12-10 14:09:03 +00:00
Bryce Denney a82b1325bf - mention dlx demo 2001-12-10 12:59:18 +00:00
Bryce Denney 80c824e2d5 - fix bad grammar 2001-12-10 12:46:13 +00:00
Bryce Denney 1ab6dd72f0 - select bochs as current project 2001-12-10 12:41:09 +00:00
Bryce Denney 87f226eb6d *** empty log message *** 2001-12-08 18:09:24 +00:00
Bryce Denney 15784018db - revert back to rev 1.12 because 1.13 introduced some potential segfaults.
The idea is still a nice one, so I put the changes in a patch called
  patch.update-vga-on-ask, until it gets fixed.
2001-12-08 18:08:24 +00:00
Bryce Denney 1b5200782d - add some instructions on the main menu 2001-12-08 18:06:12 +00:00
Bryce Denney 0be223b867 - I changed how to build an RPM 2001-12-08 18:05:49 +00:00
Bryce Denney b61df36c8a - use floating point when computing # of cylinders. The expression
hdsize*1024*1024/16/63/512 was prone to overflowing in 32-bit integer math.
  Thanks to Henry Mohn III <animatorhmiii@netscape.net> for sending a patch.
2001-12-08 17:46:02 +00:00
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