diff options
author | Alexander Langer <alex@FreeBSD.org> | 1998-02-27 01:52:56 +0000 |
---|---|---|
committer | Alexander Langer <alex@FreeBSD.org> | 1998-02-27 01:52:56 +0000 |
commit | 64b7a717eeb6ea04c2abb9b0f592703f53a19ab3 (patch) | |
tree | 52b6704a5c48c8b6bd3e28ae9f5f0aad3c316b13 /emulators/bochs/Makefile | |
parent | Added patch to fix problems in displaying volume information for filesystems (diff) |
Upgrade to 980124 version of Bochs. This is the first release of Bochs
which is able to boot Linux.
Diffstat (limited to 'emulators/bochs/Makefile')
-rw-r--r-- | emulators/bochs/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/emulators/bochs/Makefile b/emulators/bochs/Makefile index 1f3704d19065..a176eb8b0712 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 |