9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* Re: [9fans] MS Research reinvents Inferno?
@ 2005-12-14 20:06 Brian L.Stuart
  0 siblings, 0 replies; 71+ messages in thread
From: Brian L.Stuart @ 2005-12-14 20:06 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

> Hercules emulator allows you to run virtually any OS for S/390 and descendants,
> and there are pre-made images somewhere on the Net with turn-key IBM
> MVS installation.
> http://www.cray-cyber.org provides public supercomputer systems, from
> Cray, Control Data Corporation, NEC and Bull :) (guest account is down
> due to an attack where it was used -_- )

Thanks for the suggestions.  I'll look into them.  I've thought that MVS
might make a good big iron example, but I've got to admit that I don't
know much about its internals.  I have a feeling that I'll end up adding
as many examples as I have time for.  The unfortuate part is that the
schedule doesn't look to have time in abundance.

Brian L. Stuart




^ permalink raw reply	[flat|nested] 71+ messages in thread
* Re: [9fans] MS Research reinvents Inferno?
@ 2005-12-14 19:14 Brian L.Stuart
  0 siblings, 0 replies; 71+ messages in thread
From: Brian L.Stuart @ 2005-12-14 19:14 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

> speaking of OS textbooks and making a fuss about not-too-original work,
> surely the best recent example is the much-touted O(1) linux scheduler!
> was it not as many as 10 or 12 years waiting for someone, somewhere to read
> one of the above mentioned textbooks ...

Good point.  I'll make sure I reference earlier descriptions when I talk
about the Linux scheduler.

Brian L. Stuart




^ permalink raw reply	[flat|nested] 71+ messages in thread
* Re: [9fans] MS Research reinvents Inferno?
@ 2005-12-14 15:42 Brian L.Stuart
  2005-12-14 16:20 ` Paweł Lasek
  0 siblings, 1 reply; 71+ messages in thread
From: Brian L.Stuart @ 2005-12-14 15:42 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

> I've several texts on OS that are pretty good for undergrad class, but
> is there an equivalent to Knuth's `Art of Computer Programming' or the
> second Dragon book?  Seems that a lot of wasted effort could be
> avoided by having a good servey of the ideas and references to
> previous work.

My first reaction is to say be patient, I just signed the contract a couple
of weeks ago.  My other reaction is to say I can't presume to be compared
to such august company.  But the reality is that I am in the process of
writing an OS textbook with the intent of making a small step in that
direction.

The rest of this is details about the book, so feel free to move on to
the next message without hurting my feelings...
The book is divided into groups of three chapters, each group covering
a major topic.  The major topics are Intro (history, organization, etc),
processes, memory, I/O, file systems, security and distributed systems.
There's also a group of three appendices covering a review of hardware/
architecture.  The first chapter in each group covers the general principles
and gives a brief view into how that topic is implemented in a number of
example systems.  The exact set of examples is not finalized but will at
least include MULTICS, RT-11, 6th edition UNIX, 4.3BSD, VMS, NT/2000/XP
and Xen.  Most likely Plan 9 will also appear there.  I want to also include
at least one example from the big iron world, but need to find a good
reference for it.  The second and third chapters of each section take
a detailed look at implementation.  The second chapter is on Linux and
the third on Inferno.  The plan is for these chpaters to cover a level of
detail something like Lions did for 6th edition UNIX, but probably not
quite as thorough.  Rather than separate the code and commentary
like Lions did, I'm making it look more similar to Knuth's literate programming
where the commentary is interspersed with pretty-printed code.

If we manage to keep to the publisher's schedule and I survive the process,
it should see the light of day in time for fall semester 2007.  So if you hear
the murmer of insane babbling coming from the direction of Memphis,
you know what it is.

Brian L. Stuart



^ permalink raw reply	[flat|nested] 71+ messages in thread
* [9fans] MS Research reinvents Inferno?
@ 2005-12-13  7:02 Skip Tavakkolian
  2005-12-13  7:13 ` Devon H. O'Dell
                   ` (3 more replies)
  0 siblings, 4 replies; 71+ messages in thread
From: Skip Tavakkolian @ 2005-12-13  7:02 UTC (permalink / raw)
  To: 9fans

I'm not sure if this is old news to you all. It's something
that MS Research calls 'Singularity'.

ftp://ftp.research.microsoft.com/pub/tr/TR-2005-135.pdf

and a some interviews with the (re)inventors here:

http://channel9.msdn.com/Showpost.aspx?postid=68302
http://channel9.msdn.com/Showpost.aspx?postid=141858



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

end of thread, other threads:[~2005-12-14 22:00 UTC | newest]

Thread overview: 71+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-12-14 20:06 [9fans] MS Research reinvents Inferno? Brian L.Stuart
  -- strict thread matches above, loose matches on Subject: below --
2005-12-14 19:14 Brian L.Stuart
2005-12-14 15:42 Brian L.Stuart
2005-12-14 16:20 ` Paweł Lasek
2005-12-13  7:02 Skip Tavakkolian
2005-12-13  7:13 ` Devon H. O'Dell
2005-12-13  8:50 ` Oliver Bandel
2005-12-13 15:04   ` Kenneth Long
2005-12-13 12:26 ` Sergey Zhilkin
2005-12-13 16:26   ` LiteStar numnums
2005-12-13 16:30     ` Paul Lalonde
2005-12-13 16:39     ` Brantley Coile
2005-12-13 16:53       ` Charles Forsyth
2005-12-13 17:54       ` Skip Tavakkolian
2005-12-13 16:49     ` Ronald G Minnich
2005-12-13 16:57       ` Lucio De Re
2005-12-13 17:02         ` alexandr babic
2005-12-13 17:43           ` Russ Cox
2005-12-13 17:56             ` Charles Forsyth
2005-12-13 20:19               ` Oliver Bandel
2005-12-13 20:52                 ` David Leimbach
2005-12-14  2:12                   ` Oliver Bandel
2005-12-14  2:19                     ` andrey mirtchovski
2005-12-14 10:02                       ` Richard Miller
2005-12-14  4:01               ` Bruce Ellis
2005-12-13 17:56             ` Charles Forsyth
2005-12-13 18:07               ` alexandr babic
2005-12-14  0:02               ` Steve Simon
2005-12-14  9:42                 ` Richard Miller
2005-12-14 10:09                   ` C H Forsyth
2005-12-13 18:16             ` William Josephson
2005-12-13 20:46               ` David Leimbach
2005-12-13 21:05                 ` Brantley Coile
2005-12-14  2:05                   ` Oliver Bandel
2005-12-13 18:45             ` Brantley Coile
2005-12-13 18:50               ` Russ Cox
2005-12-13 18:55                 ` andrey mirtchovski
2005-12-13 19:02                   ` Russ Cox
2005-12-14  6:30                     ` Jack Johnson
2005-12-14  7:16                       ` Jack Johnson
2005-12-14 10:07                         ` Richard Miller
2005-12-13 20:49                   ` David Leimbach
2005-12-13 22:09                     ` Skip Tavakkolian
2005-12-13 21:20                       ` LiteStar numnums
2005-12-13 21:54                       ` David Leimbach
2005-12-13 20:18             ` Oliver Bandel
2005-12-14  5:56             ` Jack Johnson
2005-12-14  6:02               ` Lucio De Re
2005-12-14  9:50                 ` Steve Simon
2005-12-14  6:05               ` andrey mirtchovski
2005-12-14  6:14                 ` andrey mirtchovski
2005-12-14  9:28                 ` Russ Cox
2005-12-14  7:29               ` Andriy G. Tereshchenko
2005-12-14 14:49               ` Brantley Coile
2005-12-14 10:11             ` Richard Miller
2005-12-14 11:00               ` Russ Cox
2005-12-14 12:47                 ` erik quanstrom
2005-12-14 15:06               ` Brantley Coile
2005-12-14 16:20                 ` C H Forsyth
2005-12-14 22:00                   ` David Leimbach
2005-12-13 17:14       ` David Leimbach
2005-12-13 18:13         ` Ronald G Minnich
2005-12-14  3:05           ` erik quanstrom
2005-12-13 17:43       ` Wes Kussmaul
2005-12-13 18:04       ` Bakul Shah
2005-12-13 18:15         ` Ronald G Minnich
2005-12-13 20:04     ` Oliver Bandel
2005-12-14  5:02     ` Jack Johnson
2005-12-14 12:26       ` LiteStar numnums
     [not found] ` <000401c5ffe3$22447ce0$14aaa8c0@utelsystems.local>
2005-12-13 13:01   ` "Nils O. Selåsdal"
2005-12-13 16:36     ` Charles Forsyth

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