Add note about workaround for loader's mmap of driver modules failing
on NetBSD-current.
This commit is contained in:
parent
dd3afa1622
commit
5eb3e7c1cb
1 changed files with 7 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
===========================================================================
|
||||
$NetBSD: MESSAGE,v 1.1.1.1 2008/03/16 09:26:46 bjs Exp $
|
||||
$NetBSD: MESSAGE,v 1.2 2008/05/07 12:15:02 bjs Exp $
|
||||
|
||||
NOTE: Unfortunately, JACK wants to use a linux /proc filesystem to
|
||||
perform shared memory housekeeping tasks. Therefore, if your platform
|
||||
|
@ -15,4 +15,10 @@ variable in your build environment or mk.conf as shown below.
|
|||
|
||||
JACKD_PROCFS_PATH= /emul/linux/proc
|
||||
|
||||
ATTENTION: NetBSD-current users who wish to run jackd with real-time
|
||||
scheduling will likely find that the loader fails to mmap
|
||||
the driver module(s) when using -R. Until this issue is re-
|
||||
solved, one may work around this problem by using the -m
|
||||
(--no-mlock) option.
|
||||
|
||||
===========================================================================
|
||||
|
|
Loading…
Reference in a new issue