From mboxrd@z Thu Jan 1 00:00:00 1970 To: 9fans@cse.psu.edu From: Randolph Fritz Message-ID: References: <20010101191404.A4360199E7@mail.cse.psu.edu> Subject: Re: [9fans] Re: Cross-platform Date: Tue, 2 Jan 2001 17:51:09 +0000 Topicbox-Message-UUID: 412b620a-eac9-11e9-9e20-41e7f4b1d025 On Mon, 1 Jan 2001 19:33:05 GMT, Russ Cox wrote: > >the scripts that do everything require >byron rakitzis's rc and the inferno mk, >but it'd be nice to do without them. >rfork(RFMEM) is the sticking point, if i >remember correctly. > Newer (2.2/libc2) Linux kernels support an __clone() system call, which could be used, so far as I can tell, to implement most of rfork(). Of course, one would also have to port any necessary synchronization primitives. Randolph