On Thu Jul 21, 2022 at 07:33:23AM +0200, Manuel wrote:
> Hello,
> I use Bochs to run a Windows 98 (!) machine just to be able to play
> Sid Meier's Alpha Centauri under OpenBSD. (The Bochs emulation is
> faster than the qemu one for this Windows!) I managed to obtain SVGA
> via the VBE Bochs extension and the VBEMP 9x Project, but having a
> Cirrus video card enabled by default, would simplify my setup (no the
> need for external drivers). Bochs comes already with
> VGABIOS-lgpl-latest-cirrus, which is useless without the Cirrus
> support. To enable it, you just have to add the '--enable-clgd54xx'
> option inside the Makefile, under 'CONFIGURE_ARGS'=. Can be done?
> Thank you for you work.
> Manuel
>
Yes you can try it...
Index: Makefile
===================================================================
RCS file: /cvs/ports/emulators/bochs/Makefile,v
retrieving revision 1.77
diff -u -p -u -p -r1.77 Makefile
--- Makefile 13 Jun 2022 16:24:47 -0000 1.77
+++ Makefile 21 Jul 2022 06:29:23 -0000
@@ -1,7 +1,7 @@
COMMENT= x86 machine simulator
DISTNAME= bochs-2.7
-REVISION= 0
+REVISION= 1
CATEGORIES= emulators
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=bochs/}
@@ -17,6 +17,7 @@ COMPILER = base-clang ports-gcc base-gcc
CONFIGURE_STYLE= gnu autoconf no-autoheader
CONFIGURE_ARGS= --disable-docbook \
--enable-all-optimizations \
+ --enable-clgd54xx \
--enable-avx \
--enable-e1000 \
--enable-es1370 \