Linux.ChinaUnix.net
ChinaUnix | Linux首页 | 新闻 | 博客 | 文章 | 专栏 | 新手 | 方案 | 图书 | 下载 | 人才 | 手册 | wiki | 搜索     
Linux论坛
  会员: 密码: 免费注册 | 忘记密码 | 会员登录 | 搜索 | 帮助 


[Linux资讯] Linux kernel 2.6.25 ARM平台正式挑战X86

首页 » CU论坛 » Linux » 汇总贴列表 » 开源业界与评论 »  
[打印] [订阅] [收藏] [推荐给朋友] [本帖文本页]
版主 Send_linux
版主-大法师



CU奥运火炬传递手2008
UID:149458
注册:2004-4-7
最后登录: 2008-09-08
帖子:9912
精华:6

可用积分:9532 (腰缠万贯)
信誉积分:100
专家积分:0 (本版:0)
空间积分:0
推广积分:0

来自:CAU
状态:...在线...

[资料] [站内短信] [Blog]


顶部
1楼 发表于 2008-4-20 22:00 
Linus Torvalds日前宣布了最新的Linux kernel 2.6.25,在该版本的内核发布过程中,居然附带了一份多大7.5M的内核变更说明,从2.6.25开始,ARM平台正式受到支持,开始和X86在未来的个人计算设备的竞争走向了前台。同时该版本的内核也包含有大量的实时Linux、桌面Linux以及服务器相关的变化。

Linux专家Linus Torvalds本周三在自己的博客中称,Linux内核2.6.25版已经公开发布。这个版本的内核对WiFi支持、文件系统管理和虚拟化等功能进行了修改。

Torvalds在官方Linux内核新闻发布中写道,这是一个长期的承诺。现在,它发布了。

这次Linux内核的开发时间用了10个星期,比以前的大多数内核升级都要长几个星期。最新的2.6系列内核的修改包括对900万行的代码库中的至少100万行代码进行了修改。

Linux Wi-Fi支持是从2.6.24版内核开始进行重大修改的,最新的2.6.25版内核进行了进一步的修改,内核中增加了更多的硬件驱动程序。在用户的要求下,新内核增加了支持Atheros公司生产的芯片的Ath5k驱动程序。

CFS (完全公平调度器)进行了自从2.6.23版内核首次推出和2.6.24版升级以来的性能升级。Linux内核2.6.25版还升级了预计将取代Ext3 的Ext4文件系统,把支持的块规格从4K提高到了64K。虽然Ext4文件系统已经取得了进步,但是,开发人员仍要进行少量的修改。

Linux用户中虚拟化的日益流行已经导致对KVM x86仿真器进行了修改,增加了更多的文件,以便让用户更方便地使用这个仿真器。

官方的内核修改目录记录了2.6.24和2.6.25版本Linux内核之间的全部修改。2.6.24版本的升级软件是一个容量为12MB的补丁,修改目录是一个7.5MB的文件。

Linus Torvalds has annointed a blockbuster new kernel that required some 7.5 megabytes just for its changelog. The 2.6.25 release sets the stage for a war between ARM and x86 for the personal computing environment of the future, while also merging tons of improvements for real-time devices, desktops, and servers.

In his lkml post (Linux kernel mailing list) announcing the release, Torvalds referred interested readers to learn about the major additions at Kernel Newbies, which listed salient points as follows:

    * MEI/Panasonic MN10300/AM33 architecture support
    * Marvell Orion architecture support
    * A new interface for more accurate measurement of process memory usage
    * A 'memory resource controller' for controlling the memory usage of groups of processes
    * Realtime group scheduling
    * A tool for measuring high latencies called latencytop
    * ACPI thermal regulation
    * Timer event notifications through file descriptors
    * An alternative MAC security framework called SMACK
    * An ext4 update
    * BRK and PIE-executable address space randomization
    * RCU preemption support
    * FIFO spinlocks in x86
    * EFI support in x86-64
    * A new network protocol called CAN
    * Initial ATI r500 DRI/DRM support
    * Improved device support and many other small improvements

At the risk of summarizing a summary, real-time improvements are prominent, but Linux's big "real-time patch" still remains outside the mainline tree, as do several things that have to be merged first, like changes to soft IRQs and ISRs. Folks who want real-time Linux early can still get it from MontaVista, though -- or, from Red Hat and SuSE, which have recently switched from using the "processor shielding" technology they previously licensed from Washington, D.C.-area hardware vendor Concurrent.

Some features like the latencytop diagnostics tool and group scheduling will bring benefits to the Linux desktop, by helping engineers ensure that process groups required for, say, multimedia streaming have the CPU access they need for adequate performance. Servers and network infrastructure equipment are not left out, with new mainline implementation of ACPI thermal regulation and SMACK.

In the embedded space, there is lots to be excited about. There's a mainline implementation of CAN (controller area network), the bus that links the sensors to the engine control unit (ECU) in most modern automobiles. A light, real-time networking protocol, CAN is also popular in industrial computing. Support for CAN in mainline will help automakers and others adopt Linux, since it will make forward kernel migrations much less painful and bring more vendor neutrality across the market.

The real biggie, though, could well be support for Marvel's Orion architecture. Orion chips are currently the most powerful ARM-based processors that are widely available at commodity pricing, thanks to their widespread use in consumer NAS devices. Orion chips can support up to 2GB of RAM, making them very useful for natively compiling ARM software (gcc is a real memory hog). The lack of native development hardware has probably been the single biggest factor keeping the ARM architecture a "second class software citizen" to x86.

The stage is set

Kernel.org for Orion combined with cheap development hardware will radically facilitate porting software from x86 to ARM. This comes at a time when x86 is wading into the embedded space, with Intel's Atom and Via's Isaiah chips marching jointly under the standard of better software support than less power-thirsty chips based on embedded architectures like ARM.

Linux came to servers first. In 1999, Linus said he wanted to win the desktop, but that embedded was the nearest land of opportunity for Linux. It took a few years, but today (and for the last two or three), Linux has been the top embedded OS in new project starts, according to many market research firms. So the desktop is next, right?

Not exactly. A funny thing happened, on the way to the desktop. The desktop became embedded. Today, mainstream computing devices like the Asus EEE already have solid state disks, smaller form-factors, and other hallmarks of traditional "embedded" devices. There are even a few laptop-like devices showing up with ARM-based processors. Tomorrow, the personal computing device of choice may well be a pocketable iPhone-like device capable of plugging into any handy KVM (keyboard, mouse, and video display terminal).

Currently overwhelmed by traffic, the Kernel Newbies article detailing the new release's salient improvements may be available here. It may also be available here (Google cache, which may also be overwhelmed at times)

[ 本帖最后由 Send_linux 于 2008-4-24 09:11 编辑 ]



您对本贴的看法:鲜花[0] 臭蛋[0]
空间积分可以换礼品了! | 有奖讨论:TPC-E对服务器采购的价值 | 致电800-858-2903,了解DELL如何为你量身订制笔记本 | 送2G U盘
maxgnet
侠客




UID:612893
注册:2007-9-5
最后登录: 2008-07-07
帖子:19
精华:0

可用积分:19 (白手起家)
信誉积分:0
专家积分:0 (本版:0)
空间积分:0
推广积分:0

状态:...离线...

[资料] [站内短信] [Blog]


顶部
2楼 发表于 2008-4-21 13:32 
这个好。把wm的机子全装上linux



您对本贴的看法:鲜花[0] 臭蛋[0]
空间积分可以换礼品了! | 有奖讨论:TPC-E对服务器采购的价值 | 致电800-858-2903,了解DELL如何为你量身订制笔记本 | 送2G U盘
BruceShea   帅哥 (魔教教主)
法师
修行者


CU奥运火炬传递手2008
UID:649434
注册:2007-12-2
最后登录: 2008-09-07
帖子:6838
精华:0

可用积分:2318 (小富即安)
信誉积分:645
专家积分:691 (本版:0)
空间积分:2
推广积分:18

来自:大山区
状态:...保密...

[资料] [站内短信] [Blog]


顶部
3楼 发表于 2008-4-21 23:26 
MS呢?



您对本贴的看法:鲜花[0] 臭蛋[0]

__________________________________




Knowing is not enough,we must apply;Willing is not enough,we must do!


空间积分可以换礼品了! | 有奖讨论:TPC-E对服务器采购的价值 | 致电800-858-2903,了解DELL如何为你量身订制笔记本 | 送2G U盘

首页 » CU论坛 » Linux » 汇总贴列表 » 开源业界与评论 »

 


Copyright © 2001-2008 ChinaUnix.net All Rights Reserved     联系我们:

感谢所有关心和支持过ChinaUnix的朋友们    转载本站内容请注明原作者名及出处

京ICP证041476号


清除 Cookies - Linux时代 - Archiver - WAP - TOP

Processed in 0.039883 second(s), 5 queries , Gzip enabled