9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* Re:  [9fans] any success with current plan9port on sunos5.8?
@ 2004-06-11 13:51 Richard C Bilson
  2004-06-11 14:02 ` C H Forsyth
                   ` (2 more replies)
  0 siblings, 3 replies; 12+ messages in thread
From: Richard C Bilson @ 2004-06-11 13:51 UTC (permalink / raw)
  To: 9fans

> From: Axel Belinfante <Axel.Belinfante@cs.utwente.nl>
> 
> Just curious: has anyone had any luck with the
> current plan9 ports package on sunos 5.8?
> (I read that Bengt has problems too, and that
>  for Russ it works (fine?) on 5.9, correct?)

Well, I had to comment out some stuff that doesn't work and rename a
few symbols, but in large part it works.  I believe Bengt already
described most of these problems.  I'm typing this in acme right now.

I do notice that among my diffs that at one point I played with the
stack size.  I don't know whether a larger stack is actually necessary,
but I do know that most of the SunOS problems I've had have come down
to one stack or another being too small.

Index: cmd/acme/dat.h
===================================================================
RCS file: /cvs/plan9/src/cmd/acme/dat.h,v
retrieving revision 1.7
diff -r1.7 dat.h
549c549
< #define	STACK	32768
---
> #define	STACK	65536
Index: libthread/main.c
===================================================================
RCS file: /cvs/plan9/src/libthread/main.c,v
retrieving revision 1.9
diff -r1.9 main.c
47c47
< 		mainstacksize = 32*1024;
---
> 		mainstacksize = 64*1024;


^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2004-06-17  9:05 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-06-11 13:51 [9fans] any success with current plan9port on sunos5.8? Richard C Bilson
2004-06-11 14:02 ` C H Forsyth
2004-06-11 13:58   ` William Josephson
2004-06-11 14:18     ` Russ Cox
2004-06-11 15:05 ` Axel Belinfante
2004-06-14 10:05 ` Bengt Kleberg
2004-06-14 11:30   ` Axel Belinfante
2004-06-16  8:48     ` Bengt Kleberg
2004-06-16  8:48   ` [9fans] plan9port 9term Bengt Kleberg
2004-06-17  0:01     ` Axel Belinfante
2004-06-17  0:48       ` boyd, rounin
2004-06-17  9:05       ` Bengt Kleberg

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).