Has anyone read it? What do you think about it? Does anyone recommend
another book,
magazine, article, website about learning about minix internals (not
how to install)?
Thanks in advance -alan
It's *the* book, but it only covers Minix v1
IIRC, the second edition (Tanenbaum and Woodhull) of OS: D&I
covers Minix v2
Lew Pitcher
Joat-in-training
..the second edition no longer includes the CD (with minix source code).
(At least not here in the UK)
Is /everything/ on the CD available on the net ?
Mike
Actually more is available on the net - you really want 2.0.2, which
has a number of improvements over 2.0.
> >It's *the* book, but it only covers Minix v1
> >IIRC, the second edition (Tanenbaum and Woodhull) of OS: D&I
> >covers Minix v2
>
> ..the second edition no longer includes the CD (with minix source code).
>
> (At least not here in the UK)
>
> Is /everything/ on the CD available on the net ?
>
> Mike
I bought the second edition 2 days ago in paperback form - it came with
the CD (Minix 2). So it does exist in the UK...
Julian
>> >It's *the* book, but it only covers Minix v1
>> >IIRC, the second edition (Tanenbaum and Woodhull) of OS: D&I
>> >covers Minix v2
>>
>> ..the second edition no longer includes the CD (with minix source code).
>>
>> (At least not here in the UK)
>>
>> Mike
>I bought the second edition 2 days ago in paperback form - it came with
>the CD (Minix 2). So it does exist in the UK...
Yup, I had to order it from a bookshop, their 'puter database didn't mention a
cd, so she rang up the publisher (who also siad it didn't include a cd)
I ordered it anyway, and when it arrived it had a CD in the back (and even a
CD logo on the front- doh)
'tis an excellent book.
Mike
All,
I've seen somewhere the claim that the 2nd ed. has a lot of inaccuracies WRT the
source for 2.0. If so, are they significant? And are errata available with
corrections? Any other comments on the value of the book for learning OS theory
with application to Minix?
TIA
--
Rory O'Connor: r o o c o n n A T i b m D o T n e t (put 'em
together for my email addr.)
: I've seen somewhere the claim that the 2nd ed. has a lot of
: inaccuracies WRT the source for 2.0. If so, are they significant?
: And are errata available with corrections? Any other comments on
: the value of the book for learning OS theory with application to
: Minix?
You may be thinking of the first edition, which had the source for
version 1.1 or 1.2 (or some mix). The first edition was published more
than 10 years ago and the technology for keeping things updated was
not as good as it is now. The earliest versions of Minix were meant to
be compiled and used on an IBM PC with two 360K floppy drives.
I am quite proud of the completeness and accuracy of the source
included with the second edition. I had a Minix system networked to
the system on which I edited my portions of the text, and I could
instantly look up anything in the source by switching to another
window. The "book" version of Minix is stripped down slightly, but is
almost complete (lacking only the parallel printer driver source
code), and I verified that it could be compiled into a working Minix
system after each change in the code received from Kees Bot.
There are no errata available for the text. Prentice-Hall deliberately
made a small first print run, and some small errors discovered soon
after publication were corrected in the second printing. I understand
this is a fairly common practice in technical publishing.
There are a few code bugs (mostly in parts of the system not discussed
in the text), you should look in the bugs file and the fixes directory
on ftp.cs.vu.nl for the official fixes to Minix 2.0.0. There are a few more
unofficial bugs and fixes available on my site, minix1.hampshire.edu.
The Minix 2.0.2 directories have similar bugs and fixes files, but I
think there is not anything there yet.
Al
+----------------------------------+
| Albert S. Woodhull |
| Hampshire College, Amherst, MA |
| awoo...@hampshire.edu |
| http://minix1.hampshire.edu/asw/ |
+----------------------------------+
http://www1.shore.net/~ws/OS3e.html
I believe that the ideal scenario is to combine a general OS theory book with OS:D&I in order to get the best of both worlds. I've heard that Modern OS by Tanenbaum is also pretty good, all-around book. Good luck!
Regards, ajam
R. O'Connor wrote:
Mike Redrobe wrote:
> Hi Julian Robert Yon ,
> >Mike Redrobe wrote:
>
> >> >It's *the* book, but it only covers Minix v1
> >> >IIRC, the second edition (Tanenbaum and Woodhull) of OS: D&I
> >> >covers Minix v2
> >>
> >> ..the second edition no longer includes the CD (with minix source code).
> >>
> >> (At least not here in the UK)
> >>
> >> Mike
>
> >I bought the second edition 2 days ago in paperback form - it came with
> >the CD (Minix 2). So it does exist in the UK...
>
> Yup, I had to order it from a bookshop, their 'puter database didn't mention a
> cd, so she rang up the publisher (who also siad it didn't include a cd)
>
> I ordered it anyway, and when it arrived it had a CD in the back (and even a
> CD logo on the front- doh)
>
> 'tis an excellent book.
>
> Mike
All,
I've seen somewhere the claim that the 2nd ed. has a lot of inaccuracies WRT the
source for 2.0. If so, are they significant? And are errata available with
corrections? Any other comments on the value of the book for learning OS theory
with application to Minix?
TIA