9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* Re: [9fans] X on Plan 9
@ 2001-04-20  3:32 anothy
  2001-04-20 21:24 ` Re[2]: " matt
  2001-04-20 21:31 ` Re[2]: [9fans] X on Plan 9 matt
  0 siblings, 2 replies; 5+ messages in thread
From: anothy @ 2001-04-20  3:32 UTC (permalink / raw)
  To: 9fans

//How about running Plan 9 under vmware?

questions about whether that currently _works_ or not
aside, that seems kinda backwards. what i care most
about is Plan 9 - that's what i enjoy using, that's
what i find most productive, that's the environment i
want to code and design for. it seems silly to put it
under emulation (as good as vmware may be, i refuse
to believe it's as good as raw hardware) under
something else i see as an "extra".
-α.


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

* Re[2]: [9fans] X on Plan 9
  2001-04-20  3:32 [9fans] X on Plan 9 anothy
@ 2001-04-20 21:24 ` matt
  2001-04-22 14:18   ` David Lukes
  2001-04-20 21:31 ` Re[2]: [9fans] X on Plan 9 matt
  1 sibling, 1 reply; 5+ messages in thread
From: matt @ 2001-04-20 21:24 UTC (permalink / raw)
  To: anothy@cosym.net


//How about running Plan 9 under vmware?

acn> questions about whether that currently _works_ or not
acn> aside, that seems kinda backwards.

I tired to get it to boot with bochs to no avail.
from www.bochs.com :

"Bochs is capable of running most Operating Systems inside the
emulation including Linux, Windows'95, DOS, and recently Windows NT 4"

it runs on a load of platforms

from the documentation

 * Unix/X11:
     * BeOS:
       Win32. You can compile with either the MS Visual C++ 5.0 or GNU-Win32
       environments.
     * OS/2:
     * Macintosh:
     * FreeDOS for Bochs: David Batterham drbatter@socs.uts.edu.au also offers
       information on running FreeDOS inside of bochs. You can download a disk image with
       a pre-installed copy of FreeDOS, a completely free DOS-like operating system.


might be interesting project for someone to port and then run win95
under plan9!


--
Best regards,
 matt                            mailto:matt@proweb.co.uk




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

* Re[2]: [9fans] X on Plan 9
  2001-04-20  3:32 [9fans] X on Plan 9 anothy
  2001-04-20 21:24 ` Re[2]: " matt
@ 2001-04-20 21:31 ` matt
  1 sibling, 0 replies; 5+ messages in thread
From: matt @ 2001-04-20 21:31 UTC (permalink / raw)
  To: anothy@cosym.net

I've not tried it on plan9 but I have used weirdX which is a java
XServer

www.jcraft.com/weirdx

it's gpl

as for IM clients well there's Jabber which will communicate with ICQ,
Yahoo IM, AIM & MSN as well as native clients

www.jabber.com

another benefit is the server is available so you can install it at
LAN level and not depend on outside servers. It uses XML as it's
message format so rich text & html etc. all possible as well as much
other stuff - I think the buzz word is "extensible". It's open source (I couldn't find which license but it
says open source all over the place and VA-Linux is something to do
with it).


--
Best regards,
 matt                            mailto:matt@proweb.co.uk




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

* Re[2]: [9fans] X on Plan 9
  2001-04-20 21:24 ` Re[2]: " matt
@ 2001-04-22 14:18   ` David Lukes
  2001-04-22 22:53     ` [9fans] HELP! Dave Iafrate - CSCI/F1997
  0 siblings, 1 reply; 5+ messages in thread
From: David Lukes @ 2001-04-22 14:18 UTC (permalink / raw)
  To: 9fans

> I tired to get it to boot with bochs to no avail.
     ^^   Freudian slip?:-)
> from www.bochs.com :

> might be interesting project for someone to port and then run win95
> under plan9!

<sickness-warning>
For those with a strong stomach and a burning desire to support more hardware,
this would also provide a way to poke around devices
that have a win95 driver but no documentation/willing-manufacturer,
with a view to writing drivers

I seem to remember this approach has been used by someone
writing a Linux driver,
although I can't remember whether the attempt was actually successful ...
</sickness-warning>

	Dave.


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

* [9fans] HELP!
  2001-04-22 14:18   ` David Lukes
@ 2001-04-22 22:53     ` Dave Iafrate - CSCI/F1997
  0 siblings, 0 replies; 5+ messages in thread
From: Dave Iafrate - CSCI/F1997 @ 2001-04-22 22:53 UTC (permalink / raw)
  To: 9fans


Im on the virge of finishing, i think, the installation across four
computers but i am encountering a minor problem.

On the terminals i cannot log in without using the none username.
after i do a new user i cant use that.

How do i create a password for new user?
is this the problem

when i enter the password it says ?nomatch

thanks


On Sun, 22 Apr 2001, David Lukes wrote:

> Date: Sun, 22 Apr 2001 15:18:03 +0100
> From: David Lukes <davel@luchie-chowchows.demon.co.uk>
> Reply-To: 9fans@cse.psu.edu
> To: 9fans@cse.psu.edu
> Subject: Re[2]: [9fans] X on Plan 9
>
> > I tired to get it to boot with bochs to no avail.
>      ^^   Freudian slip?:-)
> > from www.bochs.com :
>
> > might be interesting project for someone to port and then run win95
> > under plan9!
>
> <sickness-warning>
> For those with a strong stomach and a burning desire to support more hardware,
> this would also provide a way to poke around devices
> that have a win95 driver but no documentation/willing-manufacturer,
> with a view to writing drivers
>
> I seem to remember this approach has been used by someone
> writing a Linux driver,
> although I can't remember whether the attempt was actually successful ...
> </sickness-warning>
>
> 	Dave.
>



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

end of thread, other threads:[~2001-04-22 22:53 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-04-20  3:32 [9fans] X on Plan 9 anothy
2001-04-20 21:24 ` Re[2]: " matt
2001-04-22 14:18   ` David Lukes
2001-04-22 22:53     ` [9fans] HELP! Dave Iafrate - CSCI/F1997
2001-04-20 21:31 ` Re[2]: [9fans] X on Plan 9 matt

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).