Slashdot Mirror


Linux 2.4.15 is out; Linux 2.5.0 has also begun.

jbondjr writes: "It appears 2.4.15 is released. It's not quite updated on kernel.org's main page, but it is there if you dig through the tree. You can find 2.4.15 on one of your friendly Kernel.org Mirrors (note the 2.4.15 Changelog) From the 2.5 readme: "Linux-2.5.0 is exactly the same as 2.4.15, except for a version number change." So, enjoy the The 2.5 Tree

5 of 211 comments (clear)

  1. Preemptible kernel by ThatComputerGuy · · Score: 5, Informative

    Don't forget the Preemptible Kernel patch. This will reduce latencies and overall make a desktop machine feel snappier.

    From what I hear, however, it's not recommended for servers where bandwidth is more important. But then again, you wouldn't be putting a bleeding edge kernel on there anyway, now would you?

    --
    XML is like violence. If it doesn't solve the problem, use more.
  2. Re:Turkey! by chabotc · · Score: 5, Informative

    Ps, if anyone else, like me, likes his /lib/modules tree without holidays that are not celibrated here in europe; or is a religious vegitarian, simply edit the toplevel Makefile and remove the 'extraversion' (-greased-turkey) from it. Then you will have a 'plain' 2.4.15 ;-)

  3. Re:Todo list? by Dr.Dubious+DDQ · · Score: 5, Informative
    Don't forget the possibilities of (in no particular order):
    • ALSA sound
    • MOSIX
    • BTTV2/V4L2
  4. ext3 by ma2tias · · Score: 5, Informative

    Now, for the people who use ext3:
    You will not need to download ac/ext3 patches anymore to get your journaling running.

  5. Re:Todo list? by chabotc · · Score: 5, Informative
    To get a good feel for what the posible new cool things will be in the 2.5 kernel, check out the video / subscripts from the 2.5 kernel summit a while back. They mention

    Raw access to block devices (DB work)

    SCTP (nice network tricks)

    Block layer redesign (scsi, ide, etc)

    High performance file systems (xfs, jfs, etc)

    Re-worked network driver API

    Hot-Plug Devices (pci/pcmcia)

    Kernel build system

    Intergration of some NSA secure linux idea's (mandatory ACL's, etc)

    Async-IO addons (non posix conforment)

    ACPI / Power management (needed for hot plug?)
    And a lot of other topics. 'Specialy make sure to check out the video's. They provide some nice insights into the wo the file systems (xfs, etc), raw access to block devices (oracle was hot on this i think),rld of kernel hero's ;-)

    check out this link to the lwn article for more details, descriptions and links.