Shared memory in SunOS

Guy Martin guym at ibmpcug.co.uk
Thu Feb 22 23:47:13 AEST 1990


In article <4926 at brazos.Rice.edu> shek at mullian.ee.mu.oz.au (Wilson SHEK) writes:
> 
> Since shared memory is a System V feature, do I have to set anything
> special in the normal cc command? I am using SunOS 4.0_Export on a SUN
> 3/50.  Any help would be appreciated.

SunOS needs to have System V shared memory (and message queues and
semaphores) installed into the kernal. It is part of the options section
of the kernal configuration file.

options     IPCSHMEM        # Shared memory
options     IPCMESSAGE      # Message queues
options     IPCSEMAPHORE    # Semaphores

These will include the necessary drivers in the kernal.  Hope this is of
some help

Guy Martin                               guym at ibmpcug.co.uk
Phoenix Business Forms Ltd  guym%ibmpcug.co.uk at uunet.uu.net
Mallard Close            {backbone}!ukc!slxsys!ibmpcug!guym
Acocks Green, Birmingham B27 6BW ENGLAND



More information about the Comp.sys.sun mailing list