From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <27cbca506ebe0278a91bbad5d15ae82c@plan9.bell-labs.com> To: 9fans@cse.psu.edu Subject: Re: [9fans] floppy based standalone auth server From: "Russ Cox" MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Date: Mon, 2 Dec 2002 16:11:02 -0500 Topicbox-Message-UUID: 2bcc1cd6-eacb-11e9-9e20-41e7f4b1d025 > 3. I'd like to add timesync at least and a few entries in /sys/log, > but I suspect these are going to blow the floppy. Any chance of > adding fixed-length circular files to Plan 9? why bother putting them on disk? you could modify /sys/src/lib9p/ramfs.c to do what you want. then in cpurc you can do logfs -m /sys/log for(i in timesync dns cs auth ...) >/sys/log/$i russ