diff options
author | alex <alex@FreeBSD.org> | 1998-02-27 01:52:56 +0000 |
---|---|---|
committer | alex <alex@FreeBSD.org> | 1998-02-27 01:52:56 +0000 |
commit | 59aef91dd57a399cbc37f0125d580a474e054c6b (patch) | |
tree | f2b1062fb71335154cd7fc538185e2cb97d3f035 /emulators | |
parent | 6e4b4f81c41e40e6c51910c3726ff9e24f46ae0b (diff) | |
download | FreeBSD-ports-59aef91dd57a399cbc37f0125d580a474e054c6b.zip FreeBSD-ports-59aef91dd57a399cbc37f0125d580a474e054c6b.tar.gz |
Upgrade to 980124 version of Bochs. This is the first release of Bochs
which is able to boot Linux.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/bochs/Makefile | 10 | ||||
-rw-r--r-- | emulators/bochs/distinfo | 2 | ||||
-rw-r--r-- | emulators/bochs/pkg-plist | 1 |
3 files changed, 7 insertions, 6 deletions
diff --git a/emulators/bochs/Makefile b/emulators/bochs/Makefile index 1f3704d..a176eb8 100644 --- a/emulators/bochs/Makefile +++ b/emulators/bochs/Makefile @@ -1,23 +1,23 @@ # New ports collection makefile for: bochs -# Version required: 980124c +# Version required: 980224a # Date created: 16 December 1997 # Whom: alex # -# $Id: Makefile,v 1.4 1998/01/19 04:00:30 alex Exp $ +# $Id: Makefile,v 1.5 1998/01/26 00:46:35 alex Exp $ # VGABIOS= VGABIOS-elpin-2.00A BIOS= BIOS-bochs-980124a -DATE= 980124 +DATE= 980224 -DISTNAME= bochs-${DATE}c +DISTNAME= bochs-${DATE}a CATEGORIES= emulators MASTER_SITES= ftp://ftp.std.com/pub/bochs/ MAINTAINER= alex@FreeBSD.ORG GNU_CONFIGURE= YES -CONFIGURE_ARGS= --enable-80386 --enable-debugger --enable-memory=16 \ +CONFIGURE_ARGS= --enable-80386 --enable-memory=16 \ --enable-v8086-mode --enable-paging --enable-vga \ --enable-bochs-bios-hooks --enable-dma-floppy-io \ --enable-processor-ips=200000 diff --git a/emulators/bochs/distinfo b/emulators/bochs/distinfo index 7ab0325..e0f9058 100644 --- a/emulators/bochs/distinfo +++ b/emulators/bochs/distinfo @@ -1 +1 @@ -MD5 (bochs-980124c.tar.gz) = 3789fbb504da71c914f8a1cca58ae952 +MD5 (bochs-980224a.tar.gz) = e50de594c92e9fab0f14ed5df4ff25e8 diff --git a/emulators/bochs/pkg-plist b/emulators/bochs/pkg-plist index 216058e..9b1685c 100644 --- a/emulators/bochs/pkg-plist +++ b/emulators/bochs/pkg-plist @@ -8,6 +8,7 @@ share/doc/bochs/DOS.html share/doc/bochs/LICENSE share/doc/bochs/Linux.html share/doc/bochs/Minix.html +share/doc/bochs/OldWindows95.html share/doc/bochs/Windows31.html share/doc/bochs/Windows95.html share/doc/bochs/features.html |