openbsd-ports/emulators/bochs/patches/patch-main_cc
todd 804bb24b26 update to 2.1; with input from brad, grange, and Oliver Cherrier
new flavors:
	no_mmx  - do not build with mmx support
	no_comp - do not build with compressed hard drive support

Also new in this version is the vga font is compiled into the binary, no
more 'xset fp+ ..' or editing XF86Config to run bochs!
2004-01-22 14:43:01 +00:00

12 lines
346 B
Plaintext

$OpenBSD: patch-main_cc,v 1.5 2004/01/22 14:43:01 todd Exp $
--- main.cc.orig 2004-01-06 01:18:01.000000000 +0300
+++ main.cc 2004-01-13 22:39:33.000000000 +0300
@@ -2501,6 +2501,7 @@ bx_init_hardware()
#if !BX_DEBUGGER
signal(SIGINT, bx_signal_handler);
#endif
+ signal(SIGUSR1, bx_signal_handler);
#if BX_SHOW_IPS
#ifndef __MINGW32__