Linked by Thom Holwerda on Tue 9th Oct 2007 22:07 UTC, submitted by diegocg
Linux After 3 months, Linus has released Linux 2.6.23. This version includes the new and shiny CFS process scheduler, a simpler read-ahead mechanism, the lguest 'Linux-on-Linux' paravirtualization hypervisor, XEN guest support, KVM smp guest support, variable process argument length, SLUB is now the default slab allocator, SELinux protection for exploiting null dereferences using mmap, XFS and ext4 improvements, PPP over L2TP support, the 'lumpy' reclaim algorithm, a userspace driver framework, the O_CLOEXEC file descriptor flag, splice improvements, a new fallocate() syscall, lock statistics, support for multiqueue network devices, various new drivers and many other minor features and fixes.
Thread beginning with comment 277600
To view parent comment, click here.
To read all comments associated with this story, please click here.
RE[7]: Driver set auto selection
by Redeeman on Thu 11th Oct 2007 05:19 UTC in reply to "RE[6]: Driver set auto selection"
Redeeman
Member since:
2006-03-23

in essence, just build the kernel with everything non essential to boot as modules, and your kernel will be as small as required, since only stuff you use will be loaded...

and with this in mind, there are 2 choices:

1(for the person not caring about disk space): build ALL shit as modules, since we know only required stuff will be loaded

2(for people caring about disk space): build only modules you actually want

Reply Parent Bookmark Score: 2