NetBSD/sys/arch/dreamcast/conf
darcy ce0ec1e208 Add System V semaphore resource limits to each GENERIC file that has an
option for System V semaphores.  It appears that there are no overrides
in the code and each file has the following added.

 options    SYSVSEM     # System V semaphores
+#options   SEMMNI=10   # number of semaphore identifiers
+#options   SEMMNS=60   # number of semaphores in system
+#options   SEMUME=10   # max number of undo entries per process
+#options   SEMMNU=30   # number of undo structures in system
 options    SYSVSHM     # System V shared memory

If anyone thinks that this is incorrect for any of these files, please
correct it.

Note - the i386 port was not forgotten.  It was done separately.
2001-06-30 11:00:31 +00:00
..
GENERIC Add System V semaphore resource limits to each GENERIC file that has an 2001-06-30 11:00:31 +00:00
GENERIC.local
Makefile.dreamcast.inc sync with Makefile.mmeye.in for ELF 2001-02-14 18:06:50 +00:00
files.dreamcast Changed maple device to attach per function instead of per unit. 2001-05-26 19:04:39 +00:00
files.shbus Abstracted handling of System ASIC controlled IRQ:s a little. 2001-04-24 19:43:23 +00:00
shl.x Support cross-compilers that add the underscore for a little longer. 2001-03-03 19:45:57 +00:00
std.dreamcast share sys/arch/sh3/conf/Makefile.sh3 across sh3-based architectures. 2001-01-03 18:14:44 +00:00