Linux kernel 3.3 has been released with a few new features. The significant among them being the merging of Android code with Linux. What this means is, in the future, you will be able to install and run Android Apps in Linux without needing any modifications. This is essentially a work in progress and the full Android support is expected to be available only in Linux kernel 3.4.
Showing posts with label kernel. Show all posts
Showing posts with label kernel. Show all posts
Linus Torvalds Releases Linux 3.0
July 22, 2011 Posted by Ravi
Linux kernel version 3.0 has been released. This version according to Linus Torvalds does not usher in any new features or incompatibilities related to version change.
He goes on to say, it is simply a way to drop the inconvenient numbering system in honor of Linux celebrating its 20th birthday.
[Source : gmane.linux.kernel]
He goes on to say, it is simply a way to drop the inconvenient numbering system in honor of Linux celebrating its 20th birthday.
[Source : gmane.linux.kernel]
Ksplice Uptrack - Update a Linux Kernel Without a Reboot
July 04, 2009 Posted by Ravi
Each time you update the Linux kernel, your system prompts you to reboot for the changes to take effect.
Not anymore.
Enter Ksplice Uptrack - a technology that allows you to update the Linux kernel in real time.
Not anymore.
Enter Ksplice Uptrack - a technology that allows you to update the Linux kernel in real time.
New features in Linux kernels 2.6.28 and 2.6.29
April 02, 2009 Posted by Ravi
Topping over 10 million lines of code, the current day Linux kernel is no push over and is forming a serious threat to its competition.
Some of the features that are there in the more recent Linux kernels are as follows:
Myths, Lies and Truths about the Linux Kernel
December 12, 2007 Posted by Ravi 3 commentsIt is really surprising how the Linux kernel has evolved from a mere hacker's project to a robust, stable and device friendly piece of software. At one time it was imperative that one fire up a terminal and tinker with the underlying code or at least type a series of commands to get even simple things working such as burning a CD or playing music and so on.
But now most Linux distributions have become so easy to install and use that even your grandmother could do these tasks with little help and without ever touching a terminal. The plug and play devices have become truly Plug and play and works flawlessly - be they USB devices, Ethernet cards, sound cards and what not. There is very good support for most hardware devices you find in the market baring a few. It also helped that many IT behemoths of the likes of IBM have taken active interest at Linux and have been pouring in money and developers in promoting and sustaining the project.
To underline the advances made by Linux kernel, here is a very good slide show which spells out the Myths, Lies and Truths about the Linux kernel, prepared by Greg Kroah of Novell SuSE Labs.
Introducing the Interactive Linux kernel map
August 19, 2007 Posted by Ravi 3 commentsLinux kernel contains well over 5 million lines of code spread over 100's of files. And it should be a real chore to keep track of specific functions in the different files.
Enter the Interactive Linux kernel map. This map is unique in the sense that all the main functions which play an important part in the functioning of various aspects of Linux kernel are listed in a pictorial format. What is more, the picture can be moved around in the page using the mouse pointer and also zoomed to various levels just by moving the mouse wheel (if your mouse has one).
Navigation using the mouse is done as follows :
- Wheel - zoOM
- Drag - Move
- Keywords, which are links which you can click and be taken to the respective pages.
Let's say I want to find out more about the function sys_open(). I know that it belongs to the user space interfaces and in the storage section. Using the interactive Linux kernel map, I can easily navigate to the sys_open() link and voila! I am taken to another page which lists the name of all the files where this function can be found. Clicking on any link on this page takes one to the file and location in the file this function is used. Really cool. Even if you are not a programmer, you will find this tool really useful to troubleshoot or atleast pinpoint the problem if you have a better understanding of some of the functions used in the Linux kernel. SO without much ado, check out the Interactive Linux kernel map.
Anatomy of the GNU/Linux kernel
June 07, 2007 Posted by Ravi 0 commentsM.Tim Jones an embedded software engineer and the author of several books has written a short but very informative article explaining the anatomy of the GNU/Linux kernel. He starts with a short history of Linux and moves on to giving a brief introduction of Linux kernel and its properties.
Then we get to know the major sub systems of Linux kernel such as the System call interface, Process Management, Virtual File System (VFS), Memory management, Network stack, Architecture and device drivers. Finally there is a short synopsis of the interesting features of Linux kernel.
I found it a very nice read especially with the accompanying images which makes it quite easy to visualize what is explained. After all don't they all say - a picture is worth a 1000 words ?
Read the article on the Anatomy of the Linux kernel at IBM Developerworks to know a little about the working of Linux.
Kernel comparison between Linux (2.6.20) versus Windows (Vista)
April 22, 2007 Posted by Ravi 4 comments
For those of us who are used to dual boot between Windows and Linux, at one point of time or the other, we might have wondered in what way these two diverse OS kernels differ from each other. Other than the well known fact that one is open source and the other is proprietary, I knew very little about the technical differences of Linux and Windows kernels.
Johnathon Weare aided by Paolo De Nictolis has put together an extensive list of the inherent technical differences in Linux and Windows Vista. The Linux kernel used for the comparison is the latest one - 2.6.20.
A few things which caught my eye in the list were the following:
Almost all the drivers for USB, Printing, FUSE and Graphics for Linux are in the user space where as in Windows they operate in the kernel space. And as Andy Tanenbaum put it, it is better if more and more drivers run in the user space than the kernel space as this makes the OS more reliable and secure. [Advantage Linux]
Both Linux and Windows kernels are developed using C and assembly language but apart from that Windows also has a significant percentage of C++ code. Not surprisingly, the kernel size of Linux is just over half of that of Windows.
Linux kernel boots on diverse hardware architecture (around 22) including some game stations such as Sony Playstation. Where as Windows support only a measly 3 architectures. [Advantage Linux]
Linux kernel has inbuilt support for the most variety of file systems.
Having gone through the list, I couldn't think of even one area where Windows kernel was ahead of Linux except perhaps the types of hard disks supported where Windows kernel had support for flash and hybrid hard drive which Linux kernel doesn't.
If you are interested, do read the full list of comparison between Linux and Windows Vista kernels.
Johnathon Weare aided by Paolo De Nictolis has put together an extensive list of the inherent technical differences in Linux and Windows Vista. The Linux kernel used for the comparison is the latest one - 2.6.20.
A few things which caught my eye in the list were the following:
Almost all the drivers for USB, Printing, FUSE and Graphics for Linux are in the user space where as in Windows they operate in the kernel space. And as Andy Tanenbaum put it, it is better if more and more drivers run in the user space than the kernel space as this makes the OS more reliable and secure. [Advantage Linux]
Both Linux and Windows kernels are developed using C and assembly language but apart from that Windows also has a significant percentage of C++ code. Not surprisingly, the kernel size of Linux is just over half of that of Windows.
Linux kernel boots on diverse hardware architecture (around 22) including some game stations such as Sony Playstation. Where as Windows support only a measly 3 architectures. [Advantage Linux]
Linux kernel has inbuilt support for the most variety of file systems.
Having gone through the list, I couldn't think of even one area where Windows kernel was ahead of Linux except perhaps the types of hard disks supported where Windows kernel had support for flash and hybrid hard drive which Linux kernel doesn't.
If you are interested, do read the full list of comparison between Linux and Windows Vista kernels.
Monolithic kernel vs Microkernel
May 15, 2006 Posted by Anonymous 0 comments
A kernel is indispensable and therefore the most important part of an operating system. However, there are different design principles governing developing of a kernel. On the one end of the spectrum, there is the Monolithic kernel architecture and at the other end is the microkernel architecture.
A Monolithic kernel is an OS architecture where the entire operating system (which includes the device drivers, file system, and the application IPC) is working in kernel space. Monolithic kernels are able to dynamically load (and unload) executable modules at runtime.
Examples of operating systems that use a monolithic kernel are - Linux, BSDs (FreeBSD, OpenBSD, NetBSD), Solaris, OS-9, AIX, HP-UX, DOS, Microsoft Windows (95,98,Me), OpenVMS, XTS-400 etc.
Where as in a Microkernel architecture, the core functionality is isolated from system services and device drivers (which are basically just system services).
In short, if its a module in Linux, its a service in a micro kernel, indicating an isolated process.
Examples of operating systems that use a microkernel are - QNX, Integrity, PikeOS, Symbian, L4Linux, Singularity, K42, Mac OS X, HURD, Minix, and Coyotos.
Andrew.S.Tanenbaum - the creator of Minix operating system is a staunch supporter of the microkernel architecture. He believes that microkernel architecture is a better design principle and is ideal in critical situations where reliability is of uttermost importance like military or aerospace industries.
Where as Linus Torvalds who is the father of Linux kernel thinks microkernel architecture has its flaws and is very hard to debug.
You can read the famous "Tanenbaum - Linus debate" on which kernel architecture is better - Monolithic or Microkernel at oreilly.com/catalog/opensources/book/appa.html and www.cs.vu.nl/~ast/reliable-os/.
What is a Monolithic kernel?
A Monolithic kernel is an OS architecture where the entire operating system (which includes the device drivers, file system, and the application IPC) is working in kernel space. Monolithic kernels are able to dynamically load (and unload) executable modules at runtime.
Examples of operating systems that use a monolithic kernel are - Linux, BSDs (FreeBSD, OpenBSD, NetBSD), Solaris, OS-9, AIX, HP-UX, DOS, Microsoft Windows (95,98,Me), OpenVMS, XTS-400 etc.
What is a Microkernel?
Where as in a Microkernel architecture, the core functionality is isolated from system services and device drivers (which are basically just system services).
In short, if its a module in Linux, its a service in a micro kernel, indicating an isolated process.
Examples of operating systems that use a microkernel are - QNX, Integrity, PikeOS, Symbian, L4Linux, Singularity, K42, Mac OS X, HURD, Minix, and Coyotos.
Monolithic kernel vs Microkernel - Which is better?
Andrew.S.Tanenbaum - the creator of Minix operating system is a staunch supporter of the microkernel architecture. He believes that microkernel architecture is a better design principle and is ideal in critical situations where reliability is of uttermost importance like military or aerospace industries.
Where as Linus Torvalds who is the father of Linux kernel thinks microkernel architecture has its flaws and is very hard to debug.
You can read the famous "Tanenbaum - Linus debate" on which kernel architecture is better - Monolithic or Microkernel at oreilly.com/catalog/opensources/book/appa.html and www.cs.vu.nl/~ast/reliable-os/.