To read all comments associated with this story, please click here.
//Linux was more directly a recreation of Minix.//
Err, no.
Linux was written on a Minix computer, but Linux is nothing like Minix.
Minix is a microkernel, Linux is a monolithic kernel, for a start. Fundamentally different from the get go.
http://en.wikipedia.org/wiki/Minix
"MINIX is an open source, Unix-like operating system based on a microkernel architecture. Andrew S. Tanenbaum wrote the operating system to be used for educational purposes; MINIX also inspired the creation of Linux. Its name derives from the words minimal and Unix."
http://en.wikipedia.org/wiki/Linux_%28kernel%29
"Architecture
Linux is a monolithic kernel. Device drivers and kernel extensions run in kernel space (ring 0), with full access to the hardware, although some exceptions run in user space. The GNU/Linux graphics subsystem (the X Window System) is not part of the kernel, is optional, and runs in user space, in contrast with Microsoft Windows.
Kernel mode preemption means device drivers can be preempted under certain conditions. This latter feature was added to handle hardware interrupts correctly, and to improve support for symmetric multiprocessing (SMP). Preemption also improves latency, increasing responsiveness and making Linux more suitable for real-time applications.
The fact that Linux is not a microkernel was the topic of the Tanenbaum-Torvalds debate[12] which was started in 1992 by Andrew S. Tanenbaum with Linus Torvalds regarding Linux and kernel architecture in general on the Usenet discussion group comp.os.minix.[13] Tanenbaum argues that microkernels are superior to monolithic kernels and that, for this reason, Linux is obsolete. This subject was revisited in 2006.[14] [15]
Unlike traditional monolithic kernels, device drivers are easily configured as modules, and loaded or unloaded while running the system."
Chalk and cheese.






Member since:
2005-08-13
Disclaimer : Havent yet read anything really ...
What about Linux recreating Unix ?