Author Topic: Linux 3.0  (Read 1617 times)

0 Members and 1 Guest are viewing this topic.

Offline xzid

  • Knight
  • **
  • Posts: 329
  • Cookies: 41
    • View Profile
Linux 3.0
« on: August 24, 2011, 02:37:09 am »
https://lkml.org/lkml/2011/7/21/455

Quote
As already mentioned several times, there are no special landmark
features or incompatibilities related to the version number change,
it's simply a way to drop an inconvenient numbering system in honor of
twenty years of Linux.

From Linus himself.

It's about time, 2.6 lasted way too long.. New version system would be cool. When configuring grub or something, it's like 2.6.what? which kernel did I just compile? can never remember.

3.1.0's been out for about a month, why have not heard until now? Stumbled upon it by complete accident.

Code: [Select]
localhost / # ls /boot
localhost / # mount /dev/sda1 /boot
mount: unknown filesystem type 'ext2'

Uh-Oh, think I fucked up somewhere.. I'll fix it, lol. Ugh! re-compile. Weird that "Second extended fs support" wasn't ticked by default, maybe accidentally removed it.


Offline FuyuKitsune

  • Knight
  • **
  • Posts: 292
  • Cookies: 21
    • View Profile
Re: Linux 3.0
« Reply #1 on: August 24, 2011, 03:51:18 am »
I didn't know about this either. I hope they clean up some of the code, the Linux kernel is getting a bit chunky. Too many built-in drivers and not enough use of kernel modules.