From mboxrd@z Thu Jan 1 00:00:00 1970 MIME-Version: 1.0 Date: Wed, 17 Nov 2010 09:38:46 +0200 Message-ID: From: Pavel Zholkover To: 9fans@9fans.net Content-Type: text/plain; charset=ISO-8859-1 Subject: [9fans] Plan9 development Topicbox-Message-UUID: 83f65a42-ead6-11e9-9d60-3106f5b1d025 Hi, I did a Go runtime port for x86, it is in already in the main hg repository. Right now it is cross-compile from Linux for example (GOOS=plan9 8l -s when linking. notice the -s, it is required). There were a few changes made to the upstream so the following patch is needed until the fix is committed: http://codereview.appspot.com/2674041/ Right now I'm working on syscall package. Pavel