From mboxrd@z Thu Jan 1 00:00:00 1970 MIME-Version: 1.0 In-Reply-To: <3e1162e61001181211w63001aeey6f23b7e2a693da91@mail.gmail.com> References: <3e1162e61001181115i388b528el57bcf22629c748f9@mail.gmail.com> <13426df11001181201n137fc938x4427077a66214099@mail.gmail.com> <3e1162e61001181211w63001aeey6f23b7e2a693da91@mail.gmail.com> Date: Mon, 18 Jan 2010 12:23:47 -0800 Message-ID: <13426df11001181223u683f839ay82b8a8d338c70dc4@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: c073a34a-ead5-11e9-9d60-3106f5b1d025 http://bitbucket.org/ericvh/hare/ no support from anyone and it's not really set up to work on a PC. There is an issue that PPC has only one system call vector. So what you do write write a value to /dev/cnkemu to switch modes. You can start up with plan 9 system calls, then switch modes to linux system calls. I have found this handy. on x86 you just have to vector int 80 to a linux syscall handler. RIght now this is really oriented to BG/P but it's so simple you may find it useful. ron