Subject: CVS commit: pkgsrc/emulators/bochs
To: None <pkgsrc-changes@netbsd.org>
From: Jun-ichiro itojun Hagino <itojun@netbsd.org>
List: pkgsrc-changes
Date: 07/12/2002 06:39:17
Module Name: pkgsrc
Committed By: itojun
Date: Fri Jul 12 03:39:16 UTC 2002
Modified Files:
pkgsrc/emulators/bochs: Makefile distinfo
pkgsrc/emulators/bochs/patches: patch-ad
Log Message:
upgrade to 1.4.1.
-------------------------------------------------------------------------
Changes in 1.4.1 (June 22, 2002):
- now cdrom is enabled in configure, unless you specifically disable
it with --disable-cdrom. (Christophe)
- fix compile error in main.cc when SMP or APIC is enabled (Dave)
- the runtime menu now displays 11 (continue) by default (Bryce)
- initialize DMA controller before floppy and SB16
- fix DMA panic when installing win95 (Volker)
- first character of the vga bitmap is blank on win32 (Volker)
Before, it was incorrectly coded as a '@'.
- AltGr key on European keyboards works now on win32 (Volker)
- fix problem with console/serial port on Bochs exit (Volker)
- enable serial port for GNU and GNU/Linux (Volker)
- small documentation fixes (Volker)
- remove unnecessary include statements for X11 (Volker)
- italian keymap added (Emanuele Goldoni)
- fix win32 ethernet frames error. It will no longer reject packets
that are less than 60 bytes long. (Peter Tattam)
- BIOS fixes :
- win2k cd-boot (Christophe)
- emm386 crash (Dave)
- cs=0 at boot time (Christophe)
- keyboard failure in scandisk (Dave)
- fix bug in forming the 64-bit APIC base address from two 32-bit registers.
A compiler warning in cpu/proc_ctrl.cc pointed this out.
- fix default choice in the runtime options menu
To generate a diff of this commit:
cvs rdiff -r1.21 -r1.22 pkgsrc/emulators/bochs/Makefile
cvs rdiff -r1.8 -r1.9 pkgsrc/emulators/bochs/distinfo
cvs rdiff -r1.3 -r1.4 pkgsrc/emulators/bochs/patches/patch-ad
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.