From mboxrd@z Thu Jan 1 00:00:00 1970 MIME-Version: 1.0 In-Reply-To: <20110916010220.5e3adb54@kolari.ethans.dre.am> References: <20110916010220.5e3adb54@kolari.ethans.dre.am> Date: Thu, 15 Sep 2011 17:15:08 -0700 Message-ID: From: ron minnich To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Content-Type: text/plain; charset=ISO-8859-1 Subject: Re: [9fans] Nemo book Topicbox-Message-UUID: 2269cfba-ead7-11e9-9d60-3106f5b1d025 On Thu, Sep 15, 2011 at 5:02 PM, Ethan Grammatikidis wrote: > On Wed, 14 Sep 2011 18:41:29 -0400 > L N wrote: > >> The goal should be a Plan 9 "distro" that runs natively on AMD-64, and can >> open a web-browser. > > That "goal" is a target moving at approximately the speed of light. Specifically, the "open a web browser" part of it is. > > A virtualizer running on Plan 9 would waste far less time than implementing enough Linux syscalls to run a Linux distro new enough to run any browser newer than Opera 9. That's a very interesting point. Implementing lguest on Plan 9 would require something like 13 "system calls". Far easier than doing the near-400 system calls of linux correctly. ron