On Thu, Mar 08, 2001 at 05:53:08PM +0000, Anton Altaparmakov wrote:
> >
> >They do already license the source to a few trusted companies (Executive
> >Software used to ship modified NTFS drivers for NT 3.51 as part of
> >Diskeeper, IIRC). They are inching ever so slowly towards letting human
> >beings (cf MS drones) read their code...

Their code is tough to read due to the use of C++ constructs all through 
their architecture.  You can issue a request to some kernel component of 
NT only to have it raise a software exception that shows up somewhere else
in the kernel code.  Since they use structured excpetion handling all 
over the place, it takes a long time to make sense of just what is 
going on in large sections of their kernel.  Their architecture is 
much more flexible than Linux, but you pay the price in increased 
complexity.  The NWFS file system on W2K was an absolute nightmare
to write and debug, and I could not have done it without their source
code and David from MS helping.  

I'm more suprised they are even showing to customers.  It's so damn 
complex, most of the people they give it to won't be able to make
heads or tails of it.  Linux is a lot easier to read and follow.  The
licence they disclose it under is very strict.  

Giving a W2K customer the source to W2K isn't going to do a single one
of them any good, other than to watch some automated makefiles build 
stuff and maybe boost the customer's egos.  An average W2K customer 
lookinh at the W2K sources would be like Captain Kirk from Star Trek 
forgetting his tricorder on Rigel 7 or something -- in 100 years of so,
the natives might figure our how to make it start a fire or something.
It takes years to understand the subtle behaviors in W2K kernel 
programming, and it doesn't have the mongolian horde following of 
Linux developers.  

MS releasing W2K code to customers is pretty much a non-event in terms
of it causing some meaningful "linux-like explosion" of W2K development.

Jeff 




-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to