NetBSD/sys/arch/sun2/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
..
DISKLESS Updated with VME machine support, a.out compat, 2001-06-27 16:51:20 +00:00
FOURMEG Updated with VME machine support, a.out compat, 2001-06-27 16:51:20 +00:00
GENERIC Add System V semaphore resource limits to each GENERIC file that has an 2001-06-30 11:00:31 +00:00
INSTALL Updated with VME machine support, a.out compat, 2001-06-27 16:51:20 +00:00
Makefile.sun2 Updated for ELF support. 2001-06-27 17:03:10 +00:00
RAMDISK Updated with VME machine support, a.out compat, 2001-06-27 16:51:20 +00:00
files.sun2 Now uses the sun68k common code. Changed how the keyboard 2001-06-27 16:57:57 +00:00
std.sun2 A sun2 is also a sun68k kind of a machine, and it also uses ELF. 2001-06-27 16:59:57 +00:00