From mboxrd@z Thu Jan 1 00:00:00 1970 MIME-Version: 1.0 In-Reply-To: <3e1162e61001181115i388b528el57bcf22629c748f9@mail.gmail.com> References: <3e1162e61001181115i388b528el57bcf22629c748f9@mail.gmail.com> Date: Mon, 18 Jan 2010 12:01:38 -0800 Message-ID: <13426df11001181201n137fc938x4427077a66214099@mail.gmail.com> 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] LinuxEMU Topicbox-Message-UUID: c05b15be-ead5-11e9-9d60-3106f5b1d025 I have a syscall emulation implementation in the 9k kernel that is a starting point but not nearly as complete as linuxemu. People are welcome to have a go at it. The big advantage I see is that the emulation overhead for very common calls (read, write, etc.) is pretty much zero. ron