[9fans] ARMv6 compiler ? (was: more bitsy stuff)

2008-03-17 Thread prem
Hi All, I am thinking of porting Plan9 to latest ARM cores including v6 and v7 (in my upcoming holidays). I think the compiler is old (pre-v5) though i am not sure. could anyone tell me if 5c and friends support v6. if it doesn't how difficult it is to add it? Also I have installed latest inferno s

Re: [9fans] Announcing Vim for Plan 9

2008-03-17 Thread stefanha
On Mar 13, 5:19 pm, [EMAIL PROTECTED] (andrey mirtchovski) wrote: > so, is the color scheme fixed? can we get something resembling gvim's > "delek" color scheme (black letters on white background, light grey > selections)? that would make vim stand out against everything else > much less. The colo

[9fans] [plan9mod] Re: Announcing Vim for Plan 9

2008-03-17 Thread stefanha
I have fixed color scheme loading and made the default colors black for foreground and white for background. Will roll new tarballs tomorrow. Stefan

Re: [9fans] ARMv6 compiler ? (was: more bitsy stuff)

2008-03-17 Thread Charles Forsyth
>is it possible to (cross-)compile plan9 sources on Linux ? i did that for Solaris years ago. the compilers are the easy bit; you also need to modify mkfiles to add a root variable. (it was 8 years ago and i can't remember many details.) for Linux, now, you're probably better off if you can get

Re: [9fans] o/mero and o/live distribution

2008-03-17 Thread Alexander Sychev
Hello! When I make the "Close" action on the main window (the upper left brown square), I have got an error on the host console: [Wtree] Broken: "Segmentation violation" I hope this stack dump helps you: closetree([EMAIL PROTECTED]) wtree.b:272.17, 29 dp=nil i=0 treeproc([EMA

Re: [9fans] o/mero and o/live distribution

2008-03-17 Thread Alexander Sychev
Yet another stack dump. When I make the "Write" action on the "Ox" in a directory listing window, I have got an error on the host console: [Ox] Broken: "Segmentation violation" The stack: run([EMAIL PROTECTED], ed=nil, what=[5] "Write") x.b:144.2, 18 dir=[13] "/usr/santucco"

Re: [9fans] o/mero and o/live distribution

2008-03-17 Thread Francisco J Ballesteros
cool. I'll fix these and update the distrib when I get back in town. thanks On Mon, Mar 17, 2008 at 3:13 PM, Alexander Sychev <[EMAIL PROTECTED]> wrote: > Yet another stack dump. > > When I make the "Write" action on the "Ox" in a directory listing window, > > I have got an error on the host cons

Re: [9fans] ARM compiler

2008-03-17 Thread erik quanstrom
speaking of arm: does the compiler emit conditional instructions like subgt? - erik

Re: [9fans] ARM compiler

2008-03-17 Thread Richard Miller
> speaking of arm: > > does the compiler emit conditional instructions > like subgt? term% cat t.c int f(int x) { int y = 0; if (x > 0) y -= 1; return y; } term% 5c -S t.c TEXTf+0(SB),0,$4 MOVW$0,R2 CMP $0,R0, SUB

Re: [9fans] ARM compiler

2008-03-17 Thread Rob Pike
Spoilsport. -rob On Tue, Mar 18, 2008 at 8:46 AM, Richard Miller <[EMAIL PROTECTED]> wrote: > > speaking of arm: > > > > does the compiler emit conditional instructions > > like subgt? > > term% cat t.c > int > f(int x) > { > int y = 0; > if (x > 0) > y -= 1

[9fans] new cdfs for DVDs and BDs

2008-03-17 Thread geoff
There's a new cdfs on sources that also knows how to read and write data tracks on DVDs and BDs (Blu-ray Discs, the makers claim); see cdfs(4) for details. I've tried to test all combinations of media (CD, DVD-, DVD+, BD) × (-ROM, -R, -RW) × (single-layer, dual-layer), which works out to 24 combin

[9fans] Plan9port Postcript

2008-03-17 Thread Fernan Bolando
Hi I was wondering if you guys are able to get the greek letters to work on your troff p9p installation. If I use proof to look at the troff output the greek letters are there, but after converting to postscript they are no longer visible. fernan -- http://www.fernski.com

Re: [9fans] Plan9port Postcript

2008-03-17 Thread Hongzheng Wang
Have you psfont'ed it before looking at it by ps viewer? On Tue, Mar 18, 2008 at 10:40 AM, Fernan Bolando <[EMAIL PROTECTED]> wrote: > Hi > > I was wondering if you guys are able to get the greek letters to work > on your troff p9p installation. > > If I use proof to look at the troff output th

Re: [9fans] ARM compiler

2008-03-17 Thread Bruce Ellis
rtfc(1) is on the rtfm(1) page. grep of /sys/src/cmd/5c/*.c may have been enough. brucee On Tue, Mar 18, 2008 at 9:28 AM, Rob Pike <[EMAIL PROTECTED]> wrote: > Spoilsport. > > -rob > > > On Tue, Mar 18, 2008 at 8:46 AM, Richard Miller <[EMAIL PROTECTED]> wrote: > > > speaking of arm: > > > > >

Re: [9fans] new cdfs for DVDs and BDs

2008-03-17 Thread erik quanstrom
> There's a new cdfs on sources that also knows how to read and write > data tracks on DVDs and BDs (Blu-ray Discs, the makers claim); see thanks, geoff. - erik

Re: [9fans] ARM compiler

2008-03-17 Thread erik quanstrom
> rtfc(1) is on the rtfm(1) page. > > grep of /sys/src/cmd/5c/*.c may have been enough. > > brucee despite your usual lack of information your jab is stale and obvious. it is interesting that your standards for appropriate 9fans questions are in no way met by your retorts. - erik

Re: [9fans] ARM compiler

2008-03-17 Thread Bruce Ellis
information was precise. ignore it. brucee On Tue, Mar 18, 2008 at 4:07 PM, erik quanstrom <[EMAIL PROTECTED]> wrote: > > rtfc(1) is on the rtfm(1) page. > > > > grep of /sys/src/cmd/5c/*.c may have been enough. > > > > brucee > > despite your usual lack of information your jab is stale > and obv