From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: From: erik quanstrom Date: Fri, 16 Nov 2007 18:19:26 -0500 To: 9fans@cse.psu.edu Subject: Re: [9fans] Current status of amd64 port? In-Reply-To: <13426df10711161438q3b6e355au79ac880dad0107e@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Topicbox-Message-UUID: fd847258-ead2-11e9-9d60-3106f5b1d025 > On Nov 16, 2007 2:05 AM, erik quanstrom wrote: > >in fact, there is no mmap function > > at all. > > Yeah, but I keep wondering: is one implicit given the fact that the > kernel demand-pages code? that's a good question. i suppose you could argue not since a plan 9 kernel could get by without demand paging, it's just one of the kernel's dirty little secrets. - erik