473,623 Members | 2,453 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

What Are They Smoking At De Toke Ville ?

Alex wrote:
I read this story earlier this morning, and I'm anxious to read whatever
book or info is published about this. Linux /is/ based on Minix, which
was written by Andy Tanenbaum. Did Linus write 100% of Linux? Probably
not, but Linux as it was as of 1991 is the creation of Linus.


One of the most famous moments in the history of Linux, is in fact, the
dispute between Tanenbaum, the inventor of Minix and Linus.

Linux looked up to Tanembaum and wrote to him by email explaining about
his Linux OS. Tanembaum quickly wrote back a scathing email saying that
Linux's monolithic kernel was an outdated architecture that was soon to
be superceded by microkernels such as Minix and Windows NT ( which went
out on a limb at the time with a pure microkernel ).

Well -- like platform shoes and hot pants, microkernels now look to be a
trendy thing that just didn't stick. Windos eventually backed off of
the microkernel idea for 2000 and so on. Although using a microkernel
at first and then undoing it is probably what led to so many
instabilities in their current dis-architecture.

To sum up, the idea that Linux came from Minux flies in the face of all
recorded fact and knowledge. Are you sure that foundation really isn't
the De Toke Ville foundation ?
Jul 21 '05 #1
3 1595
Seeking Twine <an*@twine.for. me> wrote in message news:<9b******* *************** ********@news.t eranews.com>...
Alex wrote:
I read this story earlier this morning, and I'm anxious to read whatever
book or info is published about this. Linux /is/ based on Minix, which
was written by Andy Tanenbaum. Did Linus write 100% of Linux? Probably
not, but Linux as it was as of 1991 is the creation of Linus.


One of the most famous moments in the history of Linux, is in fact, the
dispute between Tanenbaum, the inventor of Minix and Linus.

Linux looked up to Tanembaum and wrote to him by email explaining about
his Linux OS. Tanembaum quickly wrote back a scathing email saying that
Linux's monolithic kernel was an outdated architecture that was soon to
be superceded by microkernels such as Minix and Windows NT ( which went
out on a limb at the time with a pure microkernel ).

Well -- like platform shoes and hot pants, microkernels now look to be a
trendy thing that just didn't stick. Windos eventually backed off of
the microkernel idea for 2000 and so on. Although using a microkernel
at first and then undoing it is probably what led to so many
instabilities in their current dis-architecture.

To sum up, the idea that Linux came from Minux flies in the face of all
recorded fact and knowledge. Are you sure that foundation really isn't
the De Toke Ville foundation ?


They are smoking Microsoft bucks. Linus confessed he didn't create
Linux though. He is merely a front man for the real fathers.

- Richard Hutnik
Jul 21 '05 #2
On Tue, 18 May 2004 22:02:20 GMT, Seeking Twine wrote:
Well -- like platform shoes and hot pants, microkernels now look to be a
trendy thing that just didn't stick. Windos eventually backed off of
the microkernel idea for 2000 and so on. Although using a microkernel
at first and then undoing it is probably what led to so many
instabilities in their current dis-architecture.


NT's kernel architecture has not changed one iota since the day it was
first released.

It was never a pure microkernel, but rather micro-kernel based. a pure
microkernel wouldn't have kernel mode drivers, among other things.

You are confusing two things really. For NT4, Microsoft moved the graphics
subsystem into ring 0. It still runs as a seperate process, and still uses
message passing to communicate with the kernel, it just doesn't have to do
a user-kernel transition to do so. The architecture is the same, it's just
removed some obstacles to improve performance.
Jul 21 '05 #3


Erik Funkenbusch wrote:
On Tue, 18 May 2004 22:02:20 GMT, Seeking Twine wrote:

Well -- like platform shoes and hot pants, microkernels now look to be a
trendy thing that just didn't stick. Windos eventually backed off of
the microkernel idea for 2000 and so on. Although using a microkernel
at first and then undoing it is probably what led to so many
instabiliti es in their current dis-architecture.

NT's kernel architecture has not changed one iota since the day it was
first released.

It was never a pure microkernel, but rather micro-kernel based. a pure
microkernel wouldn't have kernel mode drivers, among other things.

You are confusing two things really. For NT4, Microsoft moved the graphics
subsystem into ring 0. It still runs as a seperate process, and still uses
message passing to communicate with the kernel, it just doesn't have to do
a user-kernel transition to do so. The architecture is the same, it's just
removed some obstacles to improve performance.


While sacrificing some stability with the grahpics subsystem. Something
that VMS never had a problem with.

Jul 21 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

32
3673
by: Sticks | last post by:
i'm new to python and i was wondering what editors people prefer to use and why.
46
3270
by: Reinhold Birkenfeld | last post by:
Hello, another Perl/Python question: the subject says it all. Perl is going to change dramatically to become a more powerful and easier to (read|write) language. Is Python taking a similar step (-> Python 3) some time in the near future? Reinhold
7
4346
by: Bastian Hammer | last post by:
Hi I´m wondering why there are so few examples with Semaphore. Is it obsolete? I´ve got a Class Data. It offers 2 Threads methods for updating, editing, .. a private dictionary. Now I have to make sure, that both threads are synchronal,
23
2249
by: Mike Meyer | last post by:
Ok, we've added list comprehensions to the language, and seen that they were good. We've added generator expressions to the language, and seen that they were good as well. I'm left a bit confused, though - when would I use a list comp instead of a generator expression if I'm going to require 2.4 anyway? Thanks, <mike --
47
9122
by: Neal | last post by:
Patrick Griffiths weighs in on the CSS vs table layout debate in his blog entry "Tables my ass" - http://www.htmldog.com/ptg/archives/000049.php . A quite good article.
0
1049
by: jhoyd | last post by:
“Your life can make extension every 1 hour, if you just Quit Smoking!” * Benefits of Quitting Smoking * - Quitting smoking at any time will make life not better but also longer. - If you’re pregnant, quitting smoking will improve your chances of having a healthy baby
96
6199
by: BadPony | last post by:
Anyone using Peoplesoft on a Federated UDB (shared nothing)Environment on Open System Platforms? Preferably AIX, but any war stories would be good. TEA EB-C
3
270
by: Seeking Twine | last post by:
Alex wrote: > I read this story earlier this morning, and I'm anxious to read whatever > book or info is published about this. Linux /is/ based on Minix, which > was written by Andy Tanenbaum. Did Linus write 100% of Linux? Probably > not, but Linux as it was as of 1991 is the creation of Linus. One of the most famous moments in the history of Linux, is in fact, the dispute between Tanenbaum, the inventor of Minix and Linus.
3
1253
by: Aaron Brady | last post by:
The bartender said I have to talk. Actually, she didn't. Python's a darned good comp. language. Versatile, elegant, refined. The Pythoneers on the newsgroup are half-way decent, too. Attentive, judicious. I feel like there's a "but", but that's probably my own traumatic past personal life. Besides, there just was. Anybody not get out much?
0
8227
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8670
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
8613
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
8326
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8469
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
7150
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
5561
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4074
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
1
2602
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.