Add SYSV{MSG,SEM,SHM} options.
This commit is contained in:
parent
0f436bbb20
commit
5164d348d5
|
@ -1,4 +1,4 @@
|
||||||
# $NetBSD: LOONGSON,v 1.10 2012/05/29 14:12:28 christos Exp $
|
# $NetBSD: LOONGSON,v 1.11 2012/05/29 20:02:42 nonaka Exp $
|
||||||
#
|
#
|
||||||
# LOONGSON machine description file
|
# LOONGSON machine description file
|
||||||
#
|
#
|
||||||
|
@ -22,7 +22,7 @@ include "arch/evbmips/conf/std.loongson"
|
||||||
|
|
||||||
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||||
|
|
||||||
#ident "LOONGSON-$Revision: 1.10 $"
|
#ident "LOONGSON-$Revision: 1.11 $"
|
||||||
|
|
||||||
maxusers 16
|
maxusers 16
|
||||||
|
|
||||||
|
@ -58,6 +58,11 @@ options NTP # network time protocol
|
||||||
|
|
||||||
#options WINCE_DEFAULT_SETTING # Debugging use
|
#options WINCE_DEFAULT_SETTING # Debugging use
|
||||||
|
|
||||||
|
# Note: SysV IPC parameters can be changed dynamically; see sysctl(8).
|
||||||
|
options SYSVMSG # System V-like message queues
|
||||||
|
options SYSVSEM # System V-like semaphores
|
||||||
|
options SYSVSHM # System V-like memory sharing
|
||||||
|
|
||||||
#options SYSCALL_DEBUG # for debug
|
#options SYSCALL_DEBUG # for debug
|
||||||
#options HPCMIPS_L1CACHE_DISABLE # disable L1 cache for debug
|
#options HPCMIPS_L1CACHE_DISABLE # disable L1 cache for debug
|
||||||
options USERCONF # userconf(4) support
|
options USERCONF # userconf(4) support
|
||||||
|
|
Loading…
Reference in New Issue