From owner-freebsd-questions Wed Feb 13 20: 0: 9 2002 Delivered-To: freebsd-questions@freebsd.org Received: from goose.prod.itd.earthlink.net (goose.mail.pas.earthlink.net [207.217.120.18]) by hub.freebsd.org (Postfix) with ESMTP id F25FB37B402 for ; Wed, 13 Feb 2002 20:00:05 -0800 (PST) Received: from dialup-65.59.9.128.dial1.chicago1.level3.net ([65.59.9.128] helo=there) by goose.prod.itd.earthlink.net with smtp (Exim 3.33 #1) id 16bD40-0006kH-00; Wed, 13 Feb 2002 20:00:05 -0800 Content-Type: text/plain; charset="iso-8859-1" From: Bob Giesen To: "Gautham Ganapathy" , FreeBSD questions Subject: Re: bochs vga font not detected by X Date: Wed, 13 Feb 2002 22:00:05 -0600 X-Mailer: KMail [version 1.3] References: <003501c1b056$0374d930$de56579d@india.ti.com> <008e01c1b479$361087a0$de56579d@india.ti.com> In-Reply-To: <008e01c1b479$361087a0$de56579d@india.ti.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-Id: Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wednesday 13 February 2002 04:28 am, Gautham Ganapathy wrote: > Hi > > mkfontdir worked. thanx a lot. however, i have a new problem. on > running bochs, it panics and gives a message saying that SIGILL is > not implemented. the signal manpage says that SIGILL cannot be > trapped using signal. is there any workarond for this? bochs seems > to work fine when, i change the config to ignore fatal errors. > however, this could generate unpredictable errors. > > gautham Gautham, You should be able to trap SIGILL (illegal instruction signal) with signal(); SIGKILL (kill signal) is the one (along w/ SIGSTOP) that signal() won't catch. - Bob -- "Few are those who see with their own eyes and feel with their own hearts." -- Albert Einstein (1879-1955) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message