Bochs/bochs/bios
Bryce Denney 4c9776fb96 - add -lwinmm to the link lines anytime you use --enable-sb16=win. Now
instead of winmm being a part of GUI_LINK_OPTS_WIN32 only, it is
  placed in @DEVICE_LINE_OPTS@ so that it will be used for sdl, rfb, wx,
  etc.
- solve compile problems when building bximage, niclist, and any other
  console based program.  The compile flags returned by wx-config and
  sdl-config did strange things to these console programs, for example
  redefining main to SDL_main.  Because I wanted to use the
  configure-generated CFLAGS to compile the programs, but I wanted to
  avoid including GUI specific compile options, I split up the configure's
  @CFLAGS@ variable into @CFLAGS@ and @GUI_CFLAGS@, and split
  @CXXFLAGS@ into @CXXFLAGS@ and @GUI_CXXFLAGS@.  All programs in the
  Bochs binary will use both, but the console programs will just use
  @CFLAGS@ or @CXXFLAGS@.
- gui/Makefile.in, I no longer use the gui specific CFLAGS variables,
  SDL_CFLAGS and WX_CXXFLAGS.  These values are included in CFLAGS and
  CXXFLAGS now.
- modified: configure.in, configure, all Makefile.in's
2002-10-01 23:37:50 +00:00
..
bios_usage - entered original Bochs snapshot bochs-2000_0325a.tar.gz from 2001-04-10 01:04:59 +00:00
BIOS-bochs-2-processors - Dave Poirier fixed bug #466292: kbd fails in scandisk, freedos edit. 2002-04-08 01:24:49 +00:00
BIOS-bochs-4-processors - Dave Poirier fixed bug #466292: kbd fails in scandisk, freedos edit. 2002-04-08 01:24:49 +00:00
BIOS-bochs-latest - serial port detection for two ports added to the POST code 2002-09-28 15:03:32 +00:00
Makefile.in - add -lwinmm to the link lines anytime you use --enable-sb16=win. Now 2002-10-01 23:37:50 +00:00
notes - entered original Bochs snapshot bochs-2000_0325a.tar.gz from 2001-04-10 01:04:59 +00:00
rombios.c - serial port detection for two ports added to the POST code 2002-09-28 15:03:32 +00:00
usage.cc - add RCS Id to header of every file. This makes it easier to know what's 2001-10-03 13:10:38 +00:00
VGABIOS-elpin-2.40 Kevin said to change to 'bochs' all things 'plex86'.. change this too. 2001-05-24 15:30:30 +00:00
VGABIOS-elpin-LICENSE - updated Elpin VGA BIOS to version 2.40, same as plex86. Kevin wrote 2001-05-14 06:11:03 +00:00
VGABIOS-lgpl-latest - VGABIOS-lgpl name change 2002-09-20 13:23:46 +00:00
VGABIOS-lgpl-README - uploaded new VGABIOS with VBE support 2002-03-10 19:51:19 +00:00