Subject: Re: Linux emulation and quake(2)
To: None <rich@mondial.com.au>
From: Lennart Augustsson <augustss@cs.chalmers.se>
List: netbsd-help
Date: 06/01/1998 10:44:28
> Now I can run quake in X happily (albeit without sound - no /dev/dsp)
Just do a 'ln -s /dev/audio /emul/linux/dev/dsp' and you will get sound.

Quake2 has a problem, because it requires the mremap(2) syscall
which NetBSD dosn't emulate.

        -- Lennart