Linux Kernel vs Other Kernels

How does the Linux kernel compare to the kernel of other systems in general?

  • Better

    Votes: 1 100.0%
  • About the same

    Votes: 0 0.0%
  • Worse

    Votes: 0 0.0%
  • It really does not matter/Not sure

    Votes: 0 0.0%

  • Total voters
    1
D

DevynCJohnson

Guest
I thought it would be interesting to discuss some of the various operating systems to Linux. This article will concentrate on the kernels. The main defining characteristic of operating systems is their kernel. In all operating systems, the kernel controls and manages the hardware. However, kernels may or may not contain drivers. Some systems use the same kernel, but are still different from each other. The difference lies in the userland which is the software above the kernel. For instance, in the GNU/Linux operating system, GNU is the userland and the kernel is called Linux.

NOTE: This article is a general overview of some of the different features of various kernels.

GNU/Linux, Chrome OS, Firefox OS, Android, Glendix, and many other operating systems use the Linux kernel. The Linux kernel is a monolithic kernel that supports a large variety of processors. Usually, when people say "Linux", they are referring to the operating system call GNU/Linux. Technically, "Linux" is the name of the kernel of the GNU/Linux operating system. Linux is open-source freeware. Linux is suitable for desktops, embedded systems, servers, supercomputers, mobile devices, and many other systems.

NOTE: To gain a deeper understanding of the Linux kernel, read the "The Linux Kernel" series by DevynCJohnson. (http://www.linux.org/threads/linux-kernel-reading-guide.5384/)

The Minix kernel is a microkernel licensed under the BSD license. This kernel only works on the i386 processor, but ports are underway. Drivers are not part of the lightweight kernel. More tasks are completed in the userland rather than in kernel mode. The Minix kernel is supposedly more secure than Linux because drivers do not have kernel or Root privileges like they do in Linux. In the Minix kernel, the various parts of the kernel cannot easily communicate with other parts. This may seem like a bad idea, but actually, this works very well. For instance, if a bad driver is installed, it cannot do much damage since it cannot influence much of the kernel. Minix has about thirty system calls (this number may be slightly off) while many kernels have a hundred or more system calls.

The XNU kernel is a hybrid kernel used by OS X (formerly Mac OS X), Darwin, and iOS. XNU is actually the Mach kernel with many additional features. XNU stands for "X is Not Unix". This kernel is licensed under the Apple Public Source License. XNU supports ARM, IA-32, and x86-64 processors.

Mach is a microkernel that was used in NeXTSTEP and is a component of the XNU kernel.

FUN FACT: Some operating systems refer to their kernel as the nucleus (nuclei is plural).

Many of the *BSD systems have their own kernel that shares similarities with other BSD kernels. FreeBSD, NetBSD, OpenBSD, and DragonFlyBSD each have their own kernel that is named after the operating system. For instance, the kernel in FreeBSD may be called the "FreeBSD kernel" or kFreeBSD, and the other BSD systems follow the same pattern. The kFreeBSD and kOpenBSd kernels are monolithic while kDragonFlyBSD is a hybrid kernel. kNetBSD is technically an AnyKernel, but most people call it a monolithic kernel. An AnyKernel is a kernel that can have the drivers (modules) in the kernel or outside the kernel. Of the mentioned BSD kernels, kDragonFly supports the least (IA-32 and x86-64) while kNetBSD supports about fifty-seven processor types. All of the BSD kernels are licensed under the BSD license.

The Hurd kernel is a GNU microkernel (not to be confused with Linux). Hurd stands for "Hird of Unix-Replacing Daemons" and Hird stands for "Hurd of Interfaces Representing Depth" according to Thomas Bushnell. Hurd supports i386 and is licensed under the GNU license. Operating systems that use Hurd include (but not limited to) Arch/Hurd, GNU/Hurd, and NixOS/Hurd. Most Hurd operating systems are GNU/Linux systems without the Linux kernel. Yes, most GNU/Linux systems can swap their kernel with the Hurd kernel. The Linux and Hurd both typically use the GNU userland, so making a system use one kernel instead of the other is usually easy.

Windows systems (like MS-Win7, MS-Win8.1, TinyXP, Tiny7, MicroXP, and others including official and unofficial) use the NT kernel (NT = New Technology) which is a hybrid kernel. ReactOS is another OS that use a kernel very similar to the NT kernel. The NT kernel supports a few types of processors, but not as much as Linux or kFreeBSD. The NT kernel is closed source and no longer has any POSIX support. However, the ReactOS NT kernel is open source. The NT kernel does not support as many filesystems as other systems. Although, the NT kernel supports NTFS 100%, unlike other systems.

NOTE: Linux supports NTFS, but it lacks the ability to support the transparent compression. (At least for now)

NOTE: Microsoft is not the only maker of Windows operating systems. MicroXP and Tiny7 are two examples of Windows operating systems, but they are not official and may or may not be legal. ReactOS is a legal open-source alternative to MS-Windows (Windows made by Microsoft).

The Solaris kernel is a closed source monolithic kernel used on Oracle's Solaris operating system. Solaris uses loadable modules like Linux. Solaris does not support virtualization like other systems. However, Solaris can host virtual operating systems using a virtualization app, like Oracle's VirtualBox. Although, the application is performing the virtualization and not Solaris.

Many other kernels exist, but these are the ones that most of my readers may find relevant. If you would like to know about others or you would like me to compare specific features and qualities, please let me know. The more emails and messages I get requesting a particular subject, the sooner and more likely I will write the desired subject.

Question to my readers: Do you think it would be a good idea or would you like me to write articles concerning other Unix and Unix-like systems? It has been discussed before that Linux.org expand. If you think Linux.org should expand its scope to all Unix and Unix-like systems, then do this. Email me ([email protected]) and/or click "Contact Us" at the bottom of the page and tell us why you think or would like the scope broadened.


Update: I recently heard of TempleOS from one of my fans on Google Plus. Here is the link to TempleOS if you want to know more about it (http://www.templeos.org/Wb/Accts/TS/Wb2/TempleOS.html). It is actually quite interesting and unique.
 

Attachments

  • slide.jpg
    slide.jpg
    57.7 KB · Views: 30,333
Last edited:


I have come across a couple of articles saying that Windows 8/8.1 is using a Linux kernel. Just want to make it clear that this is not true. :)
 
Question to my readers: Do you think it would be a good idea or would you like me to write articles concerning other Unix and Unix-like systems? It has been discussed before that Linux.org expand. If you think Linux.org should expand its scope to all Unix and Unix-like systems, then do this. Email me ([email protected]) and/or click "Contact Us" at the bottom of the page and tell us why you think or would like the scope broadened.

Devyn, you can write till your blue in the face. These articles are read and are educational for people not familiar with Linux that want to learn. :)
 
This was good timing for this discussion as I recently attempted to install Gentoo. I wasn't sure how to proceed at the Kernel phase so I made it install the Generic Kernel.

I feel like someday I should get more involved with the Kernel to better understand it and the things I can do with it.
 
I have come across a couple of articles saying that Windows 8/8.1 is using a Linux kernel. Just want to make it clear that this is not true. :)
I guess MS has never used unix kernels at all, despite the really different look and feel of W8. But can we actually know details about its kernel, taking into consideration that the source is closed? Just wondering...
 
I guess MS has never used unix kernels at all, despite the really different look and feel of W8. But can we actually know details about its kernel, taking into consideration that the source is closed? Just wondering...
If MS were using the Linux kernel it would be violating the GPL. Beyond that, I suppose not. But then again the look and feel does not depend on the kernel. There are Linux distros that look like Windows XP for example.
 
If MS were using the Linux kernel it would be violating the GPL. Beyond that, I suppose not. But then again the look and feel does not depend on the kernel. There are Linux distros that look like Windows XP for example.
Those distributions may look somewhat like Windows XP, but they don't "feel" the same as it at all. I am aware looks have nothing to do with the kernel, but there are nuances regarding how the system behaves making the "feeling" different... I guess it's rather subjective anyway, nothing solid to play with.
 
Those distributions may look somewhat like Windows XP, but they don't "feel" the same as it at all. I am aware looks have nothing to do with the kernel, but there are nuances regarding how the system behaves making the "feeling" different... I guess it's rather subjective anyway, nothing solid to play with.
Lindows? And also Rubuntu, if you remember
UbuntuRR.png
 

Members online


Latest posts

Top