Date: Wed, 15 May 2002 14:16:24 +0100 From: David Malone <dwmalone@maths.tcd.ie> To: Fred Gilham <gilham@csl.sri.com> Cc: freebsd-stable@FreeBSD.ORG Subject: Re: shortcoming in linux emulation Message-ID: <20020515131624.GA29055@walton.maths.tcd.ie> In-Reply-To: <200205150014.g4F0EqZ4017752@quarter.csl.sri.com> References: <200205150014.g4F0EqZ4017752@quarter.csl.sri.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, May 14, 2002 at 05:14:52PM -0700, Fred Gilham wrote: > When I try to run an example, instead of a window popping up I get the > following: > > linux: 'ipc' typ=258 not implemented > > It's accompanied by lisp reporting a segmentation violation, though I > suppose that's just an artifact. > > Is it likely that this will be fixed? This seems to be a 64 bit linux IPC operation, which should be easy enough to emulate (src/sys/compat/linux/linux_ipc.c would have to learn about the new structures). I dunno if anyone has plans to implement it at the moment, but I'd say you won't have to wait too long. David. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020515131624.GA29055>