diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1999-11-23 01:38:19 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1999-11-23 01:38:19 +0000 |
commit | b9874cb33422ee185cb2a212c7428b40b0f8492b (patch) | |
tree | 2f2e2f07517c9689276b722de0babdcfd8eee969 /emulators/bochs | |
parent | 337581efc4297f77d1f6809df1db4ac035161a5d (diff) | |
download | ports-b9874cb33422ee185cb2a212c7428b40b0f8492b.tar.gz ports-b9874cb33422ee185cb2a212c7428b40b0f8492b.zip |
Notes
Diffstat (limited to 'emulators/bochs')
-rw-r--r-- | emulators/bochs/Makefile | 2 | ||||
-rw-r--r-- | emulators/bochs/distinfo | 2 | ||||
-rw-r--r-- | emulators/bochs/files/patch-aa | 20 |
3 files changed, 12 insertions, 12 deletions
diff --git a/emulators/bochs/Makefile b/emulators/bochs/Makefile index d467397f03fc..876aaaff4238 100644 --- a/emulators/bochs/Makefile +++ b/emulators/bochs/Makefile @@ -8,7 +8,7 @@ VGABIOS= VGABIOS-elpin-2.20 BIOS= BIOS-bochs-990925a -DATE= 991004 +DATE= 991114 DISTNAME= bochs-${DATE}a CATEGORIES= emulators diff --git a/emulators/bochs/distinfo b/emulators/bochs/distinfo index ff8633f14eeb..132ce3366503 100644 --- a/emulators/bochs/distinfo +++ b/emulators/bochs/distinfo @@ -1 +1 @@ -MD5 (bochs-991004a.tar.gz) = 36eaac5c17afb2a9812eadc7ec304f96 +MD5 (bochs-991114a.tar.gz) = 55e35702edd17391b0bc03b0e8f52d4b diff --git a/emulators/bochs/files/patch-aa b/emulators/bochs/files/patch-aa index 8ca9ed3f8e7f..2b38c77fd7f5 100644 --- a/emulators/bochs/files/patch-aa +++ b/emulators/bochs/files/patch-aa @@ -1,7 +1,7 @@ ---- .bochsrc.orig Mon Oct 4 08:31:35 1999 -+++ .bochsrc Tue Oct 5 18:57:29 1999 +--- .bochsrc.orig Sun Nov 14 16:01:27 1999 ++++ .bochsrc Mon Nov 22 17:33:48 1999 @@ -3,7 +3,7 @@ - megs: 16 + #megs: 16 #megs: 8 boot: c -vgaromimage: bios/VGABIOS-elpin-2.20 @@ -9,16 +9,16 @@ # You many now use double quotes around pathnames, in case # your pathname includes spaces. -@@ -64,7 +64,7 @@ - #romimage: file=../cbios961203 - #romimage: file=../r980820.rom, address=0xe0000 - #romimage: file=bios/BIOS-bochs-990907a, address=0xf0000 +@@ -68,7 +68,7 @@ + #floppya: 1_2=../1.2 + #floppyb: 1_44=../1.680 + -romimage: file=bios/BIOS-bochs-990925a, address=0xf0000 +romimage: file=/usr/local/lib/bochs/bios/BIOS-bochs-990925a, address=0xf0000 - #romimage: file=/home/kpl/floating_point/bios/rombios.bin, address=0xf0000 - -@@ -75,8 +75,8 @@ + #romimage: file=bios/rombios.bin, address=0xf0000 + #romimage: file=../cbios961203 +@@ -82,8 +82,8 @@ #vgaromimage: ../vgacbios961111 #romimage: ../cbios961203 |