Configuring Streams on 386/ix

Conor P. Cahill cpcahil at virtech.uucp
Thu Aug 30 10:45:27 AEST 1990


In article <1990Aug29.135121.219 at coyote.uucp> ejm at coyote.UUCP (E.J. McKernan) writes:
>How do I increase the number of /dev/pts entries to more than 16?
>I'm trying to run X11R4 here. All is well except that I need to open
>more xterms.

I haven't done this, but a look around says you need to do the following:

(I will use the number 24 for the examples.  You can use whatever you want)

	1. modify /etc/conf/sdevice.d/pty.  Change the 16 in column 3 to a 
	   24 like the following:

		Old:	pty	Y	16	0....
		New:	pty	Y	24	0....

	2. Add the following lines to /etc/conf/node.d/pty

		pty	ptypg	c	16
		pty	ptyph	c	17
		pty	ptypi	c	18
		pty	ptypj	c	19
		pty	ptypk	c	20
		pty	ptypl	c	21
		pty	ptypm	c	22
		pty	ptypn	c	23
			 / \
		          |
		  	  |
			Pick the device names you desire

	3. Add the following line to /etc/conf/cf.d/mtune

		PTC_UNITS      	16	8	24

	4. add the following line to /etc/conf/cf.d/stune

		PTC_UNITS	24

	5. build the kernel, reboot & have fun

-- 
Conor P. Cahill            (703)430-9247        Virtual Technologies, Inc.,
uunet!virtech!cpcahil                           46030 Manekin Plaza, Suite 160
                                                Sterling, VA 22170 



More information about the Comp.unix.sysv386 mailing list