9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* Re: Again: (self)hosted Plan9? Was: [9fans] extending xen to allow
@ 2006-12-10 23:52 erik quanstrom
  2006-12-12  0:22 ` Dave Eckhardt
  0 siblings, 1 reply; 50+ messages in thread
From: erik quanstrom @ 2006-12-10 23:52 UTC (permalink / raw)
  To: rminnich, 9fans

honestly, i think that linux is the better place, if what you want
is something to view ajax google mashup stuff.  i don't find it strange
at all that the server can't display it's own data.  hard drives can't
initialiate ata commands, after all.

it's not too suprising that no 9 fan has written a javascript-compatable
browser.  i'd hope they be smart enough to always find something better
to do. ;-)

you know in 1992 or so when i first started using linux (couldn't get my
hands on a plan 9 license), it wasn't very functional.  but it was
tractable.  you could get stuff done.

now linux is pretty functional, i guess, but it is very difficult environment to
program in, and what works is very likely broken in the next release
because somebody thought there were too many bytes in struct work_struct
on 64-bit machines.

so suppose we have javascript and all that jazz working on plan 9,
would all that goo have vitiated the reason we were drawn to plan 9 in the 
first place?

- erik

On Sun Dec 10 15:58:35 EST 2006, rminnich@gmail.com wrote:
> Put it this way. I have a nice web page served out of a Plan 9 system
> that shows google maps data etc. I can't view it on Plan 9. What we
> have here, is failure to communicate. Drivers won't help this problem.
> 
> So what we're trying to do is give people a path from the linux world
> to a better place. The idea is that you'll get a linux kernel as a
> device driver. [...]


^ permalink raw reply	[flat|nested] 50+ messages in thread
* Re: Again: (self)hosted Plan9? Was: [9fans] extending xen to allow
@ 2006-12-10 20:19 erik quanstrom
  0 siblings, 0 replies; 50+ messages in thread
From: erik quanstrom @ 2006-12-10 20:19 UTC (permalink / raw)
  To: forsyth, 9fans

no, it's not a mistake.  it's talent.

- erik

On Sun Dec 10 15:17:31 EST 2006, forsyth@terzarima.net wrote:
> >>how about modern laptops, we have a ⅞ finished centrino driver which
> >>needs to be finished off, but what graphics chipset is common enough
> 
> since i've got a modern laptop, i'm hoping to do an i3945 802.11abg (ok, bg) driver
> over christmas, in front of the fire, in between mulled wine and hot toddies.
> hmm... wireless and legless.  it's not tuneless, because i've got a good set of CDs.
> 
> the incomplete linux driver with binary blobs is only just over 16,000 lines, so how
> hard can it be?  hmm.  the free/open bsd driver is only 2800 lines.
> shome mishtake shurely.


^ permalink raw reply	[flat|nested] 50+ messages in thread
* Re: Again: (self)hosted Plan9? Was: [9fans] extending xen to allow
@ 2006-12-10 13:00 erik quanstrom
  0 siblings, 0 replies; 50+ messages in thread
From: erik quanstrom @ 2006-12-10 13:00 UTC (permalink / raw)
  To: mirtchovski, 9fans

the vast majority of motherboards with the nforce
chipset have forcedeth gbe.

- erik

On Sun Dec 10 00:05:38 EST 2006, mirtchovski@gmail.com wrote:
> > Do the other gigabit controllers appear on lots of motherboards?
> 
> broadcom (tg3) used to be _the_ ethernet for opterons for quite some
> time (we saw one board by iWill which had intels only this year for
> the first time)...
> 
> all our opterons have an 8169 stuck in a pci slot...


^ permalink raw reply	[flat|nested] 50+ messages in thread
* Re: Again: (self)hosted Plan9? Was: [9fans] extending xen to allow driver
@ 2006-12-07  5:01 ron minnich
  2006-12-07  5:46 ` Again: (self)hosted Plan9? Was: [9fans] extending xen to allow Lucio De Re
  0 siblings, 1 reply; 50+ messages in thread
From: ron minnich @ 2006-12-07  5:01 UTC (permalink / raw)
  To: Lucio De Re, Fans of the OS Plan 9 from Bell Labs

On 12/6/06, Lucio De Re <lucio@proxima.alt.za> wrote:
> > I guess the Plan9 Kernel could be separated in two layers, the upper
> > one just doing "high-level" and 9P-protocol stuff, and a lower one,
> > providing the #-channel interfaces to the upper layer and doing I/O.
>
> My thoughts are along similar lines.  My approach would be to expose
> the device drivers in a hardware dependent "BIOS" as Plan 9 devices,
> adding only as much OS glue at this level as makes this possible.
> This would be as close as damn what we know as 9load today.
>
> The Plan 9 kernel is the only one that would be able to interface to
> this BIOS currently, but over time it ought to be possible, mutatis
> mutandis, to boot other OSes on this layer.  My dream is that the BIOS
> could then be extended by the hordes of device driver writers and
> every compliant OS would be able to use new devices immediately.

well, we're trying to sort of do that now. We're using linux as the
driver layer. It's not what you guys want implementation-wise, but it
is something  like the idea.

It's not that drivers are fundamentally hard. It's that the hardware
we work with is undocumented crap. Linux drivers know all the secrets;
we're riding on that knowledge.

ron


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

end of thread, other threads:[~2006-12-14 18:55 UTC | newest]

Thread overview: 50+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-12-10 23:52 Again: (self)hosted Plan9? Was: [9fans] extending xen to allow erik quanstrom
2006-12-12  0:22 ` Dave Eckhardt
2006-12-12  2:29   ` Russ Cox
2006-12-12  5:01     ` Lucio De Re
2006-12-12 14:21       ` Brantley Coile
2006-12-12  9:22     ` Charles Forsyth
2006-12-12  9:41       ` Bruce Ellis
2006-12-12 14:31         ` Brantley Coile
2006-12-12 14:55         ` ron minnich
2006-12-12 15:18           ` Eric Van Hensbergen
2006-12-12 15:25             ` erik quanstrom
2006-12-12 22:01             ` ron minnich
2006-12-12 22:19               ` Latchesar Ionkov
2006-12-12 23:13                 ` ron minnich
2006-12-12 23:47                   ` Bakul Shah
2006-12-12 23:37                 ` Charles Forsyth
2006-12-13 18:27                   ` ron minnich
2006-12-13 19:02                     ` Matt
2006-12-13 19:13                       ` Latchesar Ionkov
2006-12-14 18:55                         ` David Leimbach
2006-12-13  0:41               ` quite Off Topic: " Georg Lehner
2006-12-13  3:46                 ` Jack Johnson
2006-12-13 21:04                 ` ron minnich
2006-12-13 21:13                   ` Russ Cox
2006-12-13 21:30                     ` Bakul Shah
2006-12-12  9:41       ` Gabriel Diaz
2006-12-12  9:51         ` Bruce Ellis
2006-12-12 10:28           ` Lucio De Re
2006-12-12 10:30             ` Bruce Ellis
2006-12-12 23:26               ` Scott Schwartz
2006-12-12 14:42             ` Brantley Coile
2006-12-12 14:51               ` Gabriel Diaz
2006-12-12 11:49           ` Charles Forsyth
2006-12-12 14:17     ` Brantley Coile
2006-12-13  0:37     ` David Leimbach
2006-12-13  1:51       ` Aki Nyrhinen
  -- strict thread matches above, loose matches on Subject: below --
2006-12-10 20:19 erik quanstrom
2006-12-10 13:00 erik quanstrom
2006-12-07  5:01 Again: (self)hosted Plan9? Was: [9fans] extending xen to allow driver ron minnich
2006-12-07  5:46 ` Again: (self)hosted Plan9? Was: [9fans] extending xen to allow Lucio De Re
2006-12-07  6:06   ` ron minnich
2006-12-09  4:21     ` Chad Dougherty
2006-12-09 11:21       ` Steve Simon
2006-12-09 12:43         ` Lucio De Re
2006-12-09 12:56         ` erik quanstrom
2006-12-10  4:55           ` geoff
2006-12-10  5:04             ` andrey mirtchovski
2006-12-10 20:16         ` Charles Forsyth
2006-12-10 20:56           ` Francisco J Ballesteros
2006-12-10 21:38             ` Charles Forsyth
2006-12-10 20:52         ` ron minnich

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