Re: [9fans] Plan9 from scratch

2011-01-11 Thread Artem Novikov
On 11 янв, 02:01, nicklafo...@gmail.com (Nick LaForge) wrote: > 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.c

Re: [9fans] Plan9 from scratch

2011-01-11 Thread Peter Penzin
Is it possible to take a look at what you did? I can't be considered expert, just interested and may be I can try to contribute. Cheers -Peter 2011/1/10 Artem Novikov : > I want to build Plan9 from scratch under Windows/*NIX. > I built working (seems :) toolchain (yacc, 8a, 8c, 8l) under Windows

Re: [9fans] Plan9 from scratch

2011-01-10 Thread Charles Forsyth
> 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? a few years ago, using the Inferno compiler suite, I built an environment on Solaris/sparc to cross

Re: [9fans] Plan9 from scratch

2011-01-10 Thread Skip Tavakkolian
i assume you know about 9pm for win32 and p9p for bsd/linux/osx. not sure why you want to duplicate them. it would be more useful to port p9p to win32. -Skip On Mon, Jan 10, 2011 at 2:01 AM, Artem Novikov wrote: > I want to build Plan9 from scratch under Windows/*NIX. > I built working (seems :)

Re: [9fans] Plan9 from scratch

2011-01-10 Thread Nick LaForge
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

[9fans] Plan9 from scratch

2011-01-10 Thread Artem Novikov
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?