<body><script type="text/javascript"> function setAttributeOnload(object, attribute, val) { if(window.addEventListener) { window.addEventListener('load', function(){ object[attribute] = val; }, false); } else { window.attachEvent('onload', function(){ object[attribute] = val; }); } } </script> <div id="navbar-iframe-container"></div> <script type="text/javascript" src="https://apis.google.com/js/platform.js"></script> <script type="text/javascript"> gapi.load("gapi.iframes:gapi.iframes.style.bubble", function() { if (gapi.iframes && gapi.iframes.getContext) { gapi.iframes.getContext().openChild({ url: 'https://www.blogger.com/navbar.g?targetBlogID\x3d23884446\x26blogName\x3dJust+Another+Tech+Blog\x26publishMode\x3dPUBLISH_MODE_BLOGSPOT\x26navbarType\x3dSILVER\x26layoutType\x3dCLASSIC\x26searchRoot\x3dhttps://justanothertechblog.blogspot.com/search\x26blogLocale\x3den_US\x26v\x3d2\x26homepageUrl\x3dhttp://justanothertechblog.blogspot.com/\x26vt\x3d-484221019928432923', where: document.getElementById("navbar-iframe-container"), id: "navbar-iframe" }); } }); </script>

Just Another Tech Blog

Anything and everything having to do with technology, computers, science, and most of all... Linux! The documentation of my Linux endeavor.



Linux Kernel 2.6.19 Released!

Wednesday, November 29, 2006

Here it is! The Linux Kernel 2.6.19! Here's a brief overview of whats new/ updated (via KernelNewbies/ LinuxChanges)
Linux 2.6.19 includes the clustering GFS2 filesystem ; Ecryptfs; the first experimental version of EXT4 (aimed at developers), support for the Atmel AVR32 architecture, sleepable RCU, improvements for NUMA-based systems, a "-o flush" mount option aimed at FAT-based hotpluggable media devices (mp3), physical CPU hotplug and memory hot-add in x86-64, support for compiling x86 kernels with the GCC stack protection, vectored async I/O, Netlabel subsystem, allow to disable compilation of the block layer, IDE Parallel-ATA drivers based in libata, Granular IPSec associations for use in MLS environments, add the Netlabel subsystem, Mobile IPv6 (RFC 3775), some new drivers, improved support for many already existing drivers, and many other things.
w00t. Well, read the full Release Annoucement by Linux Torvalds himself @ LKML (Linux Kernel Mailing List) or check up on the full list of changes @ LinuxChanges.

Quote from the Release Annoucement:
So go get it. It's one of those rare "perfect" kernels. So if it doesn't
happen to compile with your config (or it does compile, but then does
unspeakable acts of perversion with your pet dachshund), you can rest easy
knowing that it's all your own d*mn fault, and you should just fix your
evil ways.
That's AWESOME.
posted by linnerd40, Wednesday, November 29, 2006


0 Comments:

Add a comment