From owner-freebsd-hackers Mon Jan 1 11:25:01 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id LAA03753 for hackers-outgoing; Mon, 1 Jan 1996 11:25:01 -0800 (PST) Received: from ra.dkuug.dk (ra.dkuug.dk [193.88.44.193]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id LAA03743 for ; Mon, 1 Jan 1996 11:24:57 -0800 (PST) Received: (from sos@localhost) by ra.dkuug.dk (8.6.12/8.6.12) id UAA12174; Mon, 1 Jan 1996 20:10:12 +0100 Message-Id: <199601011910.UAA12174@ra.dkuug.dk> Subject: Re: Doom and Linux emulation To: tulchins@voland.phoebe.com (Steven Tulchinsky) Date: Mon, 1 Jan 1996 20:10:12 +0100 (MET) Cc: hackers@FreeBSD.ORG In-Reply-To: <199512312011.UAA00261@voland.phoebe.com> from "Steven Tulchinsky" at Dec 31, 95 08:11:35 pm From: sos@FreeBSD.ORG Reply-to: sos@FreeBSD.ORG X-Mailer: ELM [version 2.4 PL24] Content-Type: text Sender: owner-hackers@FreeBSD.ORG Precedence: bulk In reply to Steven Tulchinsky who wrote: > > I've been trying for days to get Doom to run > but whatever I try to do resuls in > Program received signal SIGBUS, Bus error. :-( > I looked through mailing list archives and all docs I could > find, but there is nothing to fix my problem > Here is what I got: > > % modstat > Type Id Off Loadaddr Size Info Rev Module Name > EXEC 0 3 f11b6000 0018 f11bb000 1 linux_emulator > > % ls /usr/local/lib > ./ libXaw.so.3@ libc.so.4.5.26@ > ../ libXaw.so.3.1.0@ libgr.so.1@ > doom/ libXaw.so.6@ libgr.so.1.3@ > doom-1.8/ libXaw.so.6.0@ libm.so.4@ > ld.so@ libXpm.so.4@ libm.so.4.5.26@ > libX11.so.3@ libXpm.so.4.3@ libvga.config > libX11.so.3.1.0@ libXt.so.3@ libvga.so.1@ > libX11.so.6@ libXt.so.3.1.0@ libvga.so.1.2.0* > libX11.so.6.0@ libXt.so.6@ linux_lib/ > libXIE.so.6@ libXt.so.6.0@ > libXIE.so.6.0@ libc.so.4@ Erm, you are supposed to have the linux libs & ld.so i /compat/linux/lib or the emulator will have problems locating them (and even distinguish them from native ones). You would also want SYSVMSG defined in order to get sound via the sndserver and the WoxWare drivers allready in FreeBSD... -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- Soren Schmidt (sos@FreeBSD.org) FreeBSD Core Team So much code to hack -- so little time.