From mboxrd@z Thu Jan 1 00:00:00 1970 MIME-Version: 1.0 In-Reply-To: <19b13546-90dc-4287-b5fd-443bbbf3698b@e4g2000vbg.googlegroups.com> References: <19b13546-90dc-4287-b5fd-443bbbf3698b@e4g2000vbg.googlegroups.com> Date: Mon, 10 Jan 2011 13:18:19 -0500 Message-ID: From: Nick LaForge To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Content-Type: text/plain; charset=UTF-8 Subject: Re: [9fans] Plan9 from scratch Topicbox-Message-UUID: 9400d2f0-ead6-11e9-9d60-3106f5b1d025 I'm curious: do you plan on executing the output of 8c and 8l in an environment as strange as one the you are building in? You could try building only programs and then try executing those, i.e., by using one of http://www.chunder.com/plan9/9ee.html http://swtch.com/9vx/ If you just want an x86 kernel, I think it begs the question. The distribution comes with x86 binaries, and rebuilding the whole system is as simple as mk. Anyway, you may be shocked by this if you come from a linux background where complilation is viewed as some sort of sacrificial ritual. Nick On 1/10/11, Artem Novikov wrote: > I want to build Plan9 from scratch under Windows/*NIX. > I built working (seems :) toolchain (yacc, 8a, 8c, 8l) under Windows > XP using Open Watcom Compiller. > Has anyone done something similar? > >