[Lunar-commits] <moonbase> bochs: version bumped to 2.4.

Florin Braescu florin at lunar-linux.org
Sun May 3 22:18:50 CEST 2009


commit f76087404a2d57a304e692bb5fbbb34cb50ac070
Author: Florin Braescu <florin at lunar-linux.org>
Date:   Sun May 3 23:18:50 2009 +0300

    bochs: version bumped to 2.4.
    
    Changes:
    
    - Added graphical Bochs debugger frontend for most of the supported platforms.
    - Many new CPU features in emulation
    - Support for > 32 bit physical address space and configurable MSRs
    - VMX, 1G pages in long mode, MOVBE instruction
    - Bugfixes for CPU emulation correctness, debugger and CPU instrumentation.
    - New config interface 'win32config' with start and runtime menu
    - USB: added OHCI support, external hub and cdrom
    - Added user plugin interface support.
    - Many bugfixes and improvements.
---
 devel/bochs/BUILD   |    4 ++++
 devel/bochs/DETAILS |    8 ++++----
 2 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/devel/bochs/BUILD b/devel/bochs/BUILD
index 829dd3c..4561b71 100644
--- a/devel/bochs/BUILD
+++ b/devel/bochs/BUILD
@@ -1,3 +1,5 @@
+(
+
 bad_flags -malign-double 
 
 OPTS="$OPTS --enable-cpu-level=6"
@@ -60,3 +62,5 @@ if [[ $MSR == "y" ]]; then
 fi
 
 default_build
+
+) > $C_FIFO 2>&1
diff --git a/devel/bochs/DETAILS b/devel/bochs/DETAILS
index ae069e4..843ebe6 100644
--- a/devel/bochs/DETAILS
+++ b/devel/bochs/DETAILS
@@ -1,11 +1,11 @@
           MODULE=bochs
-         VERSION=2.3
+         VERSION=2.4
           SOURCE=$MODULE-$VERSION.tar.gz
-      SOURCE_URL=$SFORGE_URL/bochs/
-      SOURCE_VFY=sha1:2fe0dbdebd7fe9fe07d697bcbe1736bdaeb64aaf
+      SOURCE_URL=$SFORGE_URL/bochs
+      SOURCE_VFY=sha1:77a50e492f441d71271713c0dbde258bd07c1633
         WEB_SITE=http://bochs.sourceforge.net
          ENTERED=20011015
-         UPDATED=20060827
+         UPDATED=20090504
            SHORT="i386 hardware emulator"
 
 cat << EOF


More information about the Lunar-commits mailing list