From mboxrd@z Thu Jan 1 00:00:00 1970 From: dexen deVries To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Date: Mon, 27 Jun 2011 23:23:31 +0200 User-Agent: KMail/1.13.6 (Linux/3.0.0-rc4-l38+; KDE/4.5.5; x86_64; ; ) References: <1309194435.17968.YahooMailClassic@web30908.mail.mud.yahoo.com> <201106272113.17259.dexen.devries@gmail.com> In-Reply-To: MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201106272323.31408.dexen.devries@gmail.com> Subject: Re: [9fans] RFS alternatives (Was: Living with Plan 9) Topicbox-Message-UUID: f772e88c-ead6-11e9-9d60-3106f5b1d025 On Monday 27 June 2011 22:17:49 erik quanstrom wrote: > > It's worth mentioning the devpts (the /dev/pts/* thingies) > > not unless it's 1978. :-) oy, i was unclear. the main point: (in current linux) you can have several instances of devpts, by mounting them at various places (with -o newinstance); the relevant config is CONFIG_DEVPTS_MULTIPLE_INSTANCES also, the `protocol' of creating new /dev/pts/* is somewhat sensible, too. no ioctl(), just open /dev/pmtx, read a textual representation of an integer N and open /dev/pts/N. not claiming it's great tech, just that there's some progress in the linuxland. hopefully more pro- than con-, anyway >_>;; -- dexen deVries > (...) I never use more than 800Mb of RAM. I am running Linux, > a browser and a terminal. rjbond3rd in http://news.ycombinator.com/item?id=2692529