Serdar Yegalulp offers a long view of the current evolution of Linux, one that sees the open source OS firmly entrenched as a cornerstone of IT, evolving in almost every direction at once – including most demonstrably toward the mobile and embedded markets. “If Linux acceptance and development are peaking, where does Linux go from up? Because Linux is such a mutable phenomenon and appears in so many incarnations, there may not be any single answer to that question. More important, perhaps, is how Linux – the perennial upstart – will embrace the challenges of being a mature and, in many areas, market-leading project. Here’s a look at the future of Linux: as raw material, as the product of community and corporate contributions, and as the target of any number of challenges to its ethos, technical prowess, and growth.”
I really took to the idea of Linux being a Raw material, i really like the concept. It’s been hard sometimes to quantify what Linux actually is, as mentioned in the article, it powers routers, phones, desktops and super computers, simply calling it an OS seems to undermine the flexibility of the system.
I am interested in seeing where linux goes in the future, it’s getting more and more mature all the time and it’s great to see really big concepts being introduced, better battery/power management is the first that comes to mind.
I do love Windows Server and Server Core is a great concept, but for the ultimate in modularity it still doesn’t come close to Linux.
There’s nothing like setting up a server appliance with linux where only the things you need are installed and use without really much of an overhead of cruft (i.e. personally for me it’s a Debian Server).
Memory use is so minimal that sometimes i have to read it again to see if it’s in megabytes and not kilobytes, processor usage as well, leading to a very green, very fast and very powerful server appliance.
Will it be in light bulbs like Contiki ?
http://www.osnews.com/story/27134/Wi-Fi_Light_Bulbs_to_run_the_Open…
Kochise
Android will be in light switches at least:
http://linuxgizmos.com/android-powered-light-switch-seeks-to-contro…
It is a kernel, I cannot understand what is hard to quantify about it.
That’s what it truly is, but so many people think its an operating system or class of operating systems ( linux + gnu userland + X windows + (KDE or Gnome)). So you get these absurd declarations that Android isn’t linux.
Hi,
Except that Android’s kernel isn’t Linux. Android’s kernel is a fork of Linux version 2.6 with its own bunch of changes that don’t exist in “main line Linux”, its own maintainers, its own source code repository, its own brand name, etc. In the same way, FreeBSD is not 386BSD (even though FreeBSD was originally derived from 386BSD).
The differences between Linux and Android are probably relatively small at the moment (as the fork is only a few years old), but over time I expect the differences between Android’s kernel and Linux will increase. I could be wrong (there are people trying to merge the differences into “main line Linux”), but I’m skeptical that the Android kernel maintainers will ever want to have their progress slowed down by needing to get changes accepted by the Linux kernel developers (or to put it another way, the reason they forked in the first place still exists). More likely is that Linux kernel developers will take code from Android’s kernel, and Android’s kernel developers will take code from Linux, but they’ll both remain separate kernels (in the same way that FreeBSD, NetBSD and OpenBSD share code despite being separate kernels).
– Brendan
I just checked my Samsung S3 Mini and it reported to be running kernel version 3.03. So this doesn’t seem to be the case.
That description could just as equally apply to RedHat…
Au contraire, Android’s kernel is now in fact once again a part of the main Linux kernel source tree.
http://www.zdnet.com/blog/open-source/android-and-linux-re-merge-in…
The Linux kernel and the Android kernel have been variants of the one operating system since they were re-merged at Linux kernel version 3.3.
Edited 2013-07-18 13:07 UTC
Yeah, other commenter have pointed out the main flaws, but I’m also guessing you haven’t ever played around in the kernel. At least the most popular distros modify the kernel in some way. They all have different repositories that draw from Linus’s.
It’s actually quite easy. Linux is a kernel. Like NT. In fact NT is a great example because Windows Phone, tablets, desktops and servers run NT – but the userland (ie all the crap on top of the kernel that the user actually interacts with) changes.
As for the abuse of the term “Linux”, well it’s a little like how laymans don’t distinguish between different NT platforms. So when people in IT talk to laymans, they will say “I’m running Windows”, but when they talk to other professionals, they will say “I’m running “Windows Server 2003” or “Windows Phone 8”, etc.
The same is true for Linux. If you’re talking to a layman, then it’s rarely worth elaborating who’s bundle of userland you’re using; so you’ll often just say “Linux”. But if you talk to someone else in the industry, you’d say “Debian Wheezy”, “RHEL” or “Ubuntu 13.04”. The exception to this is the more embedded and re-branded stuff like Android, TomTom and such like. Few non-techies would even realise that beneath all that branding beats a Linux kernel.
Linux is mature. Has been for years. And the power management issues are more down to crappy drivers not power-saving beefy hardware (eg graphics cards). But that’s a desktop Linux issue and often due to hardware manufacturers not supporting Linux so devs having to reverse engineer their own drivers (which is never going to be a recipe for perfect hardware support). But since embedded systems tend to have their drivers purpose written for that device, driver support isn’t really an issue in the context of what you’re talking about (ie bespoke applications). And proof of this is how Linux has been running quietly inside satellite boxes, on satnavs, routers and (most recently) phones for quite some years.
It must not be that easy, since your equivalence is off. ๐
NT refers to an entire OS architecture (HAL, kernel mode, and user mode), not just the kernel. Microsoft never gave the kernel any “witty” code project name, so it is basically referred to as the “NT Kernel.”
And why would they? They’ve never had any reason to make a strong distinction between the actual kernel, and the kernel-oriented parts of userspace. There’s a distinction in the code itself, of course, but since they’re not separate projects like in the Linux world, there’s no need for a distinct name…
Fair point, though any such comparison was never going to be perfect even if NT did categorically state just the kernel as Windows uses a micro-kernel vs Linux’s monolithic design. So there’s some subtle differences between the two architectures in where different managers reside.
But for the sake of a general overview, I think the comparison I made works. It’s just a question of how far you want to draw the comparison as, like with any analogy, there’s always going to be aspects that don’t compare perfectly.
Edited 2013-07-18 09:37 UTC
I’m sorry but your comparison did not work.
Again, NT refers to an entire OS architecture, not just the kernel. Whether the NT kernel is micro, macro, or hybrid is irrelevant. Whereas linux is just a kernel as far as Mr. Torvalds is concerned. There is a reason why Stallman is adamant about the whole GNU Linux moniker. Because that’s what a linux distro is at the end of the day: an instantiation of the GNU Operating System using the Linux kernel.
And yes, in the big scheme of things, this sort of nitpicking is irrelevant. However, correctness is still important to understand context. And in this case Linux and NT refer to two radically different design and development philosophies.
E.g. Having the GNU userland being segregated from the kernel has helped the different FOSS OS stacks immensely; Linux was able to gain traction and increase development pace/momentum because it had access to a mature and stable userland for day one, the BSDs were able to fork their kernels left and right with relatively little manpower, because they can borrow from multiple userlands as needed, and pure research projects like HURD can dilly dally without significantly impact the speed of development of the rest of the GNU stack.
Conversely, Microsoft is responsible for the entire OS stack under the NT umbrella, with a more synchronous and integrated design and development approach. Which also has it’s positive and negative qualities.
I’ve only read the first paragraph and its pretty clear that you’ve missed my point. The comparison was about how NT is sat on all of Microsoft’s flagship products and how people don’t generally drill down to the exact version of Windows when paraphrasing the OS. Just like how with Linux. My point wasn’t that NT and Linux are the same in terms of technology, like how you’ve focused on.
And what’s more, my point about the kernel architecture being different was intended to emphasise just how different NT and Linux are if you nitpick the argument. Ie I’m saying they’re obviously technologically different if you wish to dwell on specifics, but the point of the analogy was a higher level overview of how people refer to OSs that share a common core in spite of having a different range of target platforms.
So save your lectures about kernel design, linux and NT. I know all that stuff already. It’s just not relevant to the point I was trying to make.
OK. I simply pointed out and expanded on why your analogy was false.
If you feel the need to preserve the dissonance of assuming that the point was correct (regardless) even though the analogy used to express it was flawed, then so be it. I apologize for having rudely interjected your lecture.
Oh just grow the hell up.
I can accept if you don’t agree with the analogy. However I have frequently said that no analogy is perfect; I’m not trying to say that Linux is exactly like NT. I was only highlighting parallels between the two (and while they are very different, there are also similarities that can be compared). Annoyingly though, you’re not even addressing the aspects which I was highlighting with my analogy. Instead you’re going off on some wild tangent that’s akin to saying “all obligatory car analogies are false because cars aren’t software so they’re inherently different.” Which is true, but also completely misses the whole fucking point of an analogy.
But as I said, I can accept that you don’t agree with my anology. But to miss the point of it so massively as you have done; and then to post that obnoxious poison about how you must be right because you told me so; well it’s just pathetic.
Honestly, I don’t get why some people consider the internet a free pass to behave like primates tooling a wooden club for the first time. You want to be seen as the intellectual alpha male; I get that. But at least conduct your discussion in a manner that’s befitting of an intellectual.