9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* Re: [9fans] What is Plan9 exactly?
@ 2014-06-05  3:14 sl
  2014-06-05 20:33 ` Yoann Padioleau
  0 siblings, 1 reply; 14+ messages in thread
From: sl @ 2014-06-05  3:14 UTC (permalink / raw)
  To: 9fans

http://code.google.com/p/plan9front/wiki/fqa0

sl



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

* Re: [9fans] What is Plan9 exactly?
  2014-06-05  3:14 [9fans] What is Plan9 exactly? sl
@ 2014-06-05 20:33 ` Yoann Padioleau
  2014-06-06 12:13   ` Eugene Gorodinsky
  0 siblings, 1 reply; 14+ messages in thread
From: Yoann Padioleau @ 2014-06-05 20:33 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

Nice!

On Jun 4, 2014, at 8:14 PM, sl@9front.org wrote:

> https://urldefense.proofpoint.com/v1/url?u=http://code.google.com/p/plan9front/wiki/fqa0&k=ZVNjlDMF0FElm4dQtryO4A%3D%3D%0A&r=%2FN9d7W2LRwZks3eyFNLr8Q%3D%3D%0A&m=932ql2s0yZzSIWvDmA7Ow3MAsKVfP6fSFQC%2Fj%2BdntMU%3D%0A&s=5073da3bad45a50f3d32794c907cb48394fd92ea90ebf6a999b2470190f58110
> 
> sl
> 




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

* Re: [9fans] What is Plan9 exactly?
  2014-06-05 20:33 ` Yoann Padioleau
@ 2014-06-06 12:13   ` Eugene Gorodinsky
  2014-06-06 12:28     ` erik quanstrom
  0 siblings, 1 reply; 14+ messages in thread
From: Eugene Gorodinsky @ 2014-06-06 12:13 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

[-- Attachment #1: Type: text/plain, Size: 634 bytes --]

>I'm a Unix fan, I use BSD, Minix, Linux, and any unix-like OS I can get my
hands on.
Why?

P.S. The kernel is monolithic. Although, IIRC, there were attempts to make
it a hybrid.


2014-06-05 23:33 GMT+03:00 Yoann Padioleau <pad@fb.com>:

> Nice!
>
> On Jun 4, 2014, at 8:14 PM, sl@9front.org wrote:
>
> >
> https://urldefense.proofpoint.com/v1/url?u=http://code.google.com/p/plan9front/wiki/fqa0&k=ZVNjlDMF0FElm4dQtryO4A%3D%3D%0A&r=%2FN9d7W2LRwZks3eyFNLr8Q%3D%3D%0A&m=932ql2s0yZzSIWvDmA7Ow3MAsKVfP6fSFQC%2Fj%2BdntMU%3D%0A&s=5073da3bad45a50f3d32794c907cb48394fd92ea90ebf6a999b2470190f58110
> >
> > sl
> >
>
>
>

[-- Attachment #2: Type: text/html, Size: 1369 bytes --]

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

* Re: [9fans] What is Plan9 exactly?
  2014-06-06 12:13   ` Eugene Gorodinsky
@ 2014-06-06 12:28     ` erik quanstrom
  2014-06-06 12:39       ` lucio
  0 siblings, 1 reply; 14+ messages in thread
From: erik quanstrom @ 2014-06-06 12:28 UTC (permalink / raw)
  To: 9fans

> P.S. The kernel is monolithic. Although, IIRC, there were attempts to make
> it a hybrid.

this is far from the full story.  because of the mount driver, many things
may be in the kernel or userland according to what makes sense.  for
example, the ip stack has moved back and forth several times.  the usb
interface implementations are in user space.  etc.  partfs(8) (sic, should
be in section 4) and sdloop(3) in 9atom are both loopback drivers that
appear to be served through sd(3), but partfs is in userspace and sdloop
is in the kernel.

likewise, resources can be imported from other machines' kernels or
userspace in the same way.  for example, i can import a gateway's ip stack
and use it directly as if it were local.

thus, while the kernel is fairly traditional, the capabilities are not.

- erik



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

* Re: [9fans] What is Plan9 exactly?
  2014-06-06 12:28     ` erik quanstrom
@ 2014-06-06 12:39       ` lucio
  0 siblings, 0 replies; 14+ messages in thread
From: lucio @ 2014-06-06 12:39 UTC (permalink / raw)
  To: 9fans

> thus, while the kernel is fairly traditional, the capabilities are not.

They should be, but tradition is slow to catch on.

L.






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

* Re: [9fans] What is Plan9 exactly?
  2014-06-05  3:10 OMAR RADWAN
  2014-06-05  3:26 ` Winston Kodogo
@ 2014-06-05 18:08 ` brz-systemd-dev
  1 sibling, 0 replies; 14+ messages in thread
From: brz-systemd-dev @ 2014-06-05 18:08 UTC (permalink / raw)
  To: 9fans

> What is it exactly?
Just another step on the path to the one true operating system, OS X with Golang.



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

* Re: [9fans] What is Plan9 exactly?
  2014-06-05 10:35           ` Charles Forsyth
@ 2014-06-05 11:02             ` erik quanstrom
  0 siblings, 0 replies; 14+ messages in thread
From: erik quanstrom @ 2014-06-05 11:02 UTC (permalink / raw)
  To: 9fans

On Thu Jun  5 06:36:36 EDT 2014, charles.forsyth@gmail.com wrote:

> On 5 June 2014 06:11, OMAR RADWAN <owemeacent@live.com> wrote:
>
> > I just did, though I cannot find anything about the kernel architecture
>
>
> Fortunately, there is a book about it. http://lsub.org/who/nemo/9.pdf which
> might have been updated to 4th Edtion,
> but the overall structure is similar, although with many improvements.

also, brian's book:

http://www.amazon.com/Brian-L.-Stuart/e/B001JS3E00

- erik



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

* Re: [9fans] What is Plan9 exactly?
  2014-06-05  5:11         ` OMAR RADWAN
@ 2014-06-05 10:35           ` Charles Forsyth
  2014-06-05 11:02             ` erik quanstrom
  0 siblings, 1 reply; 14+ messages in thread
From: Charles Forsyth @ 2014-06-05 10:35 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

[-- Attachment #1: Type: text/plain, Size: 334 bytes --]

On 5 June 2014 06:11, OMAR RADWAN <owemeacent@live.com> wrote:

> I just did, though I cannot find anything about the kernel architecture


Fortunately, there is a book about it. http://lsub.org/who/nemo/9.pdf which
might have been updated to 4th Edtion,
but the overall structure is similar, although with many improvements.

[-- Attachment #2: Type: text/html, Size: 757 bytes --]

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

* Re: [9fans] What is Plan9 exactly?
  2014-06-05  3:47       ` Alex Jordan
@ 2014-06-05  5:11         ` OMAR RADWAN
  2014-06-05 10:35           ` Charles Forsyth
  0 siblings, 1 reply; 14+ messages in thread
From: OMAR RADWAN @ 2014-06-05  5:11 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

[-- Attachment #1: Type: text/plain, Size: 833 bytes --]


I just did, though I cannot find anything about the kernel architecture
Date: Wed, 4 Jun 2014 20:47:46 -0700
From: alexander3223098@gmail.com
To: 9fans@9fans.net
Subject: Re: [9fans] What is Plan9 exactly?

On Jun 4, 2014 8:39 PM, "OMAR RADWAN" <owemeacent@live.com> wrote:

> I'm serious. I'm a Unix fan, I use BSD, Minix, Linux, and any unix-like OS I can get my hands on. Sadly, except, System V or HP-UX, or any UNIX. I read about Plan9 online, and it sounds like a great project. Though I do think that if this operating system if made to be better than Unix in every single way, it has to have a better kernel, which is something I am very interested about. What kind of kernel does it use? Why would anyone use it?


All of this is on the wiki. I'd take some time to sit down and explore for yourself. 		 	   		  

[-- Attachment #2: Type: text/html, Size: 1168 bytes --]

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

* Re: [9fans] What is Plan9 exactly?
  2014-06-05  3:37     ` OMAR RADWAN
@ 2014-06-05  3:47       ` Alex Jordan
  2014-06-05  5:11         ` OMAR RADWAN
  0 siblings, 1 reply; 14+ messages in thread
From: Alex Jordan @ 2014-06-05  3:47 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

[-- Attachment #1: Type: text/plain, Size: 608 bytes --]

On Jun 4, 2014 8:39 PM, "OMAR RADWAN" <owemeacent@live.com> wrote:
> I'm serious. I'm a Unix fan, I use BSD, Minix, Linux, and any unix-like
OS I can get my hands on. Sadly, except, System V or HP-UX, or any UNIX. I
read about Plan9 online, and it sounds like a great project. Though I do
think that if this operating system if made to be better than Unix in every
single way, it has to have a better kernel, which is something I am very
interested about. What kind of kernel does it use? Why would anyone use it?
All of this is on the wiki. I'd take some time to sit down and explore for
yourself.

[-- Attachment #2: Type: text/html, Size: 701 bytes --]

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

* Re: [9fans] What is Plan9 exactly?
  2014-06-05  3:28   ` andrey mirtchovski
@ 2014-06-05  3:37     ` OMAR RADWAN
  2014-06-05  3:47       ` Alex Jordan
  0 siblings, 1 reply; 14+ messages in thread
From: OMAR RADWAN @ 2014-06-05  3:37 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

[-- Attachment #1: Type: text/plain, Size: 650 bytes --]

I'm serious. I'm a Unix fan, I use BSD, Minix, Linux, and any unix-like OS I can get my hands on. Sadly, except, System V or HP-UX, or any UNIX. I read about Plan9 online, and it sounds like a great project. Though I do think that if this operating system if made to be better than Unix in every single way, it has to have a better kernel, which is something I am very interested about. What kind of kernel does it use? Why would anyone use it?

> Date: Wed, 4 Jun 2014 21:28:50 -0600
> From: mirtchovski@gmail.com
> To: 9fans@9fans.net
> Subject: Re: [9fans] What is Plan9 exactly?
> 
> > Trousers rolled.
> 
> down or up?
> 
 		 	   		  

[-- Attachment #2: Type: text/html, Size: 930 bytes --]

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

* Re: [9fans] What is Plan9 exactly?
  2014-06-05  3:26 ` Winston Kodogo
@ 2014-06-05  3:28   ` andrey mirtchovski
  2014-06-05  3:37     ` OMAR RADWAN
  0 siblings, 1 reply; 14+ messages in thread
From: andrey mirtchovski @ 2014-06-05  3:28 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

> Trousers rolled.

down or up?



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

* Re: [9fans] What is Plan9 exactly?
  2014-06-05  3:10 OMAR RADWAN
@ 2014-06-05  3:26 ` Winston Kodogo
  2014-06-05  3:28   ` andrey mirtchovski
  2014-06-05 18:08 ` brz-systemd-dev
  1 sibling, 1 reply; 14+ messages in thread
From: Winston Kodogo @ 2014-06-05  3:26 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

[-- Attachment #1: Type: text/plain, Size: 376 bytes --]

Yeah, I'm mystified myself. Is this a troll or a serious enquiry? Trousers
rolled.


On 5 June 2014 15:10, OMAR RADWAN <owemeacent@live.com> wrote:

> I've been looking at plan9 on the internet and to say the truth, I'm
> mystified. What is it exactly? Is it meant to totally be better than Unix
> or any Unix-like system? How so? What kind of kernel does it use?
>

[-- Attachment #2: Type: text/html, Size: 728 bytes --]

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

* [9fans] What is Plan9 exactly?
@ 2014-06-05  3:10 OMAR RADWAN
  2014-06-05  3:26 ` Winston Kodogo
  2014-06-05 18:08 ` brz-systemd-dev
  0 siblings, 2 replies; 14+ messages in thread
From: OMAR RADWAN @ 2014-06-05  3:10 UTC (permalink / raw)
  To: 9fans

[-- Attachment #1: Type: text/plain, Size: 224 bytes --]

I've been looking at plan9 on the internet and to say the truth, I'm 
mystified. What is it exactly? Is it meant to totally be better than 
Unix or any Unix-like system? How so? What kind of kernel does it use? 		 	   		  

[-- Attachment #2: Type: text/html, Size: 441 bytes --]

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

end of thread, other threads:[~2014-06-06 12:39 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-06-05  3:14 [9fans] What is Plan9 exactly? sl
2014-06-05 20:33 ` Yoann Padioleau
2014-06-06 12:13   ` Eugene Gorodinsky
2014-06-06 12:28     ` erik quanstrom
2014-06-06 12:39       ` lucio
  -- strict thread matches above, loose matches on Subject: below --
2014-06-05  3:10 OMAR RADWAN
2014-06-05  3:26 ` Winston Kodogo
2014-06-05  3:28   ` andrey mirtchovski
2014-06-05  3:37     ` OMAR RADWAN
2014-06-05  3:47       ` Alex Jordan
2014-06-05  5:11         ` OMAR RADWAN
2014-06-05 10:35           ` Charles Forsyth
2014-06-05 11:02             ` erik quanstrom
2014-06-05 18:08 ` brz-systemd-dev

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