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
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
I have fixed color scheme loading and made the default colors black
for foreground and white for background. Will roll new tarballs
tomorrow.
Stefan
>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
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
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"
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
speaking of arm:
does the compiler emit conditional instructions
like subgt?
- erik
> 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
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
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
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
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
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:
> > >
> >
> 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
> 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
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
17 matches
Mail list logo