Slashdot Mirror


2.6.19 Linux Kernel Released

diegocgteleline.es writes, "After two months, Linux 2.6.19 has been released. It includes the clustering GFS2 filesystem, Ecryptfs, the first developer-oriented version of EXT4, support for the Atmel AVR32 architecture, sleepable RCU, improvements for NUMA-based systems, an "-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, and many other things. You can check the full list of changes in LinuxChanges."

2 of 51 comments (clear)

  1. Re:Atmel AVR32 by drinkypoo · · Score: 4, Informative

    You can get the starter kit from Digi-Key here. I only knew about this because I bought the AVR starter kit (not AVR32) which was dramatically cheaper - $100 rather than $550. Not sure if this even comes with an AVR32 chip, probably not, but they have that too (133MHz for $37.63.) Not sure how hard these are to program, but the normal AVR has support for serial in-system programming and if you know your way around an AVR you might be able to use an AVR to make an ISP chip for an AVR32. :)

    --
    "You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
  2. Re:Atmel AVR32 by plcurechax · · Score: 4, Informative

    Most people are familiar with the 8-bit Atmel AVR microcontrollers, similar to the Microchip 8-bit PIC microcontollers. The AVR32 is a 32-bit microcontoller. I believe it was developed by Atmel to be a easy to mirgrate to target to compete with Freescale's 32-bit offerings, and various manufacturers' low cost 32-bit ARM processors.