开源新时代来临:Linux 3.0发布

来源:百度文库 编辑:超级军网 时间:2024/04/28 10:23:19
开源新时代来临:Linux 3.0发布
收藏分享 2011-7-22 19:24| 发布者: xyxzfj| 查看数: 424| 评论数: 0|原作者: Linux人社区|来自: Linux人社区

摘要: Linux 3.0 ReleasedLinux 3.0发布posted by Thom Holwerda on Fri 22nd Jul 2011 08:36 UTC, submitted by diegocg发表于:2011年7月21日 北京时间16:36Linux 3.0 has been released. Technically, the release of v ...
Linux 3.0 has been released. Technically, the release of version 3.0 of the Linux kernel shouldn't be too eventful, since the jump in version number doesn't actually signify any huge change or whatever; the only reason behind the bump to 3.0 is to come to saner version numbering. Still, man, it's like, totally version 3 of the Linux kernel.

  Linux 3.0发布了。从技术上说,Linux内核3.0版本的发行并不是什么大事,因为版本号的跳转事实上并不意味着任何巨大的变化或什么;版本号突跳至3.0的唯一原因,是为了纠正版本命名。不过,它终究是Linux内核3.0版本。

So yeah, the year of Linux on the desktop never came, but in its place came a lot of other, possibly far more impressive stuff. The year of Linux on the server - dominating. The year of Linux on smartphones - Linux is godlike here. The year of Linux on high-performance computing - Linux aced this market. And a whole load of other things, like embedded uses for Torvalds' baby.

  Linux的桌面史不再辉煌;但在她的世界里,有了许多其他新鲜的,甚至可能更加玄妙的事物。Linux在服务器上占据了统治地位;Linux在智能手机上如鱼得水;在高性能计算领域,Linux扫荡了市场;还有其他诸多领域,诸如嵌入式开发等,Torvalds的亲正花枝招展。

Now we're at version 3.0, but it's a relatively minor release. "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," Torvalds writes, "In fact, the 3.0 merge window was calmer than most, and apart from some excitement from RCU I'd have called it really smooth. Which is not to say that there may not be bugs, but if anything, there are hopefully fewer than usual, rather than the normal '.0' problems."

  虽然我们站在了版本3.0之上,但该版本仍只是一个微量发行。“如好几次提到的,版本号的突跳并未带来特别里程碑式的特性或不兼容性;这只是为了纪念Linux 20年,去掉不合适的版本命名系统,” Torvalds写道,“事实上,3.0的出现要比以往都要安静;除了一点来自RCU(远程控制单元)的兴奋之外,我认为它实在是平和。这也不表示它不会有漏洞;不过即便有,也很很可能比以往都少,甚至比版本号包含中‘.0’的正式版都少。”

The changes include Btrfs data scrubbing and automatic defragmentation, XEN Dom0 support, unprivileged ICMP_ECHO, wake on WLAN, Berkeley Packet Filter JIT filtering, a memcached-like system for the page cache, a sendmmsg() syscall that batches sendmsg() calls, the setns() a syscall that allows better handling of light virtualization systems such as containers, new hardware support such as Microsoft Kinect and AMD Llano Fusion APUs, and many other drivers and small changes. Full changelog here.

  更新包括Btrfs文件系统的数据清理与自动碎片整理功能,XEN Dom0(请见注释)支持,无特权ICMP_ECHO(ICMP,Internet控制报文协议),无线局域网唤醒,Berkeley Packet Filter(柏克莱封包过滤器)实时过滤,一个类似分布式缓存的包缓存系统,一个批处理sendmsg()系统调用(syscall)的 sendmmsg()系统调用,setns()——一个实现对轻量虚拟化系统如容器等更佳管理的系统调用,对新的硬件如微软的Kinect(体感周边)和 AMD的Llano Fusion APU,以及许多其他驱动和小的更新。此处有完整更新记录。
【注释】XEN Dom0(英文来源:http://wiki.xensource.com/xenwiki/Dom0
Dom0, or domain zero to expand the abbreviation, is the first domain started by the Xen hypervisor on boot. It has special privileges, like being able to cause new domains to start, and being able to access the hardware directly. Unless DriverDomains are being used, it is responsible for running all of the device drivers for the hardware. For hardware that is made available to other domains, like network interfaces and disks, it will run the BackendDriver, which multiplexes and forwards to the hardware requests from the FrontendDriver in each DomU.

  Dom0,全称第0域(Domain 0),是Xen虚拟监视器启动时首先启动的域。它有着特殊的权限,如可以引起新的域启动,可以直接访问硬件。除非DriverDomain(驱动域)在被使用,它负责运行控制硬件的所有设备驱动。对于对其它域可用的硬件,比如网络和磁盘,它将运行BackendDriver(后端驱动器),后者将来自每个 Dom0中的FrontendDriver(前端驱动)的请求多路转发至硬件。

Modified versions of Linux, NetBSD and Solaris can be used as the dom0. See OS vendor documentation for specific steps. Current official documentation may be found at the following sites:

  Linux,NetBSD以及Solaris的改装版本可以作为Dom0使用。具体步骤请见OS厂商的文档。目前的官方文档可能存在于如下站点上:
NetBSD -- http://www.netbsd.org/ports/xen/howto.html#netbsd-dom0
OpenSolaris -- http://www.opensolaris.org/os/community/xen/docs/SetupDom0.htm
Debian --http://wiki.debian.org/Xen#Dom0.28host.29

For info about available Linux Xen dom0 kernels please see this wiki page: http://wiki.xensource.com/xenwiki/XenDom0Kernels

  有关Linux Xen dom0内核的更多信息,敬请关注此维基页:http://wiki.xensource.com/xenwiki/XenDom0Kernels

英文原文:http://www.osnews.com/story/24979/Linux_3_0_Released

http://www.lupaworld.com/article-212430-1.html

开源新时代来临:Linux 3.0发布
收藏分享 2011-7-22 19:24| 发布者: xyxzfj| 查看数: 424| 评论数: 0|原作者: Linux人社区|来自: Linux人社区

摘要: Linux 3.0 ReleasedLinux 3.0发布posted by Thom Holwerda on Fri 22nd Jul 2011 08:36 UTC, submitted by diegocg发表于:2011年7月21日 北京时间16:36Linux 3.0 has been released. Technically, the release of v ...
Linux 3.0 has been released. Technically, the release of version 3.0 of the Linux kernel shouldn't be too eventful, since the jump in version number doesn't actually signify any huge change or whatever; the only reason behind the bump to 3.0 is to come to saner version numbering. Still, man, it's like, totally version 3 of the Linux kernel.

  Linux 3.0发布了。从技术上说,Linux内核3.0版本的发行并不是什么大事,因为版本号的跳转事实上并不意味着任何巨大的变化或什么;版本号突跳至3.0的唯一原因,是为了纠正版本命名。不过,它终究是Linux内核3.0版本。

So yeah, the year of Linux on the desktop never came, but in its place came a lot of other, possibly far more impressive stuff. The year of Linux on the server - dominating. The year of Linux on smartphones - Linux is godlike here. The year of Linux on high-performance computing - Linux aced this market. And a whole load of other things, like embedded uses for Torvalds' baby.

  Linux的桌面史不再辉煌;但在她的世界里,有了许多其他新鲜的,甚至可能更加玄妙的事物。Linux在服务器上占据了统治地位;Linux在智能手机上如鱼得水;在高性能计算领域,Linux扫荡了市场;还有其他诸多领域,诸如嵌入式开发等,Torvalds的亲正花枝招展。

Now we're at version 3.0, but it's a relatively minor release. "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," Torvalds writes, "In fact, the 3.0 merge window was calmer than most, and apart from some excitement from RCU I'd have called it really smooth. Which is not to say that there may not be bugs, but if anything, there are hopefully fewer than usual, rather than the normal '.0' problems."

  虽然我们站在了版本3.0之上,但该版本仍只是一个微量发行。“如好几次提到的,版本号的突跳并未带来特别里程碑式的特性或不兼容性;这只是为了纪念Linux 20年,去掉不合适的版本命名系统,” Torvalds写道,“事实上,3.0的出现要比以往都要安静;除了一点来自RCU(远程控制单元)的兴奋之外,我认为它实在是平和。这也不表示它不会有漏洞;不过即便有,也很很可能比以往都少,甚至比版本号包含中‘.0’的正式版都少。”

The changes include Btrfs data scrubbing and automatic defragmentation, XEN Dom0 support, unprivileged ICMP_ECHO, wake on WLAN, Berkeley Packet Filter JIT filtering, a memcached-like system for the page cache, a sendmmsg() syscall that batches sendmsg() calls, the setns() a syscall that allows better handling of light virtualization systems such as containers, new hardware support such as Microsoft Kinect and AMD Llano Fusion APUs, and many other drivers and small changes. Full changelog here.

  更新包括Btrfs文件系统的数据清理与自动碎片整理功能,XEN Dom0(请见注释)支持,无特权ICMP_ECHO(ICMP,Internet控制报文协议),无线局域网唤醒,Berkeley Packet Filter(柏克莱封包过滤器)实时过滤,一个类似分布式缓存的包缓存系统,一个批处理sendmsg()系统调用(syscall)的 sendmmsg()系统调用,setns()——一个实现对轻量虚拟化系统如容器等更佳管理的系统调用,对新的硬件如微软的Kinect(体感周边)和 AMD的Llano Fusion APU,以及许多其他驱动和小的更新。此处有完整更新记录。
【注释】XEN Dom0(英文来源:http://wiki.xensource.com/xenwiki/Dom0)
Dom0, or domain zero to expand the abbreviation, is the first domain started by the Xen hypervisor on boot. It has special privileges, like being able to cause new domains to start, and being able to access the hardware directly. Unless DriverDomains are being used, it is responsible for running all of the device drivers for the hardware. For hardware that is made available to other domains, like network interfaces and disks, it will run the BackendDriver, which multiplexes and forwards to the hardware requests from the FrontendDriver in each DomU.

  Dom0,全称第0域(Domain 0),是Xen虚拟监视器启动时首先启动的域。它有着特殊的权限,如可以引起新的域启动,可以直接访问硬件。除非DriverDomain(驱动域)在被使用,它负责运行控制硬件的所有设备驱动。对于对其它域可用的硬件,比如网络和磁盘,它将运行BackendDriver(后端驱动器),后者将来自每个 Dom0中的FrontendDriver(前端驱动)的请求多路转发至硬件。

Modified versions of Linux, NetBSD and Solaris can be used as the dom0. See OS vendor documentation for specific steps. Current official documentation may be found at the following sites:

  Linux,NetBSD以及Solaris的改装版本可以作为Dom0使用。具体步骤请见OS厂商的文档。目前的官方文档可能存在于如下站点上:
NetBSD -- http://www.netbsd.org/ports/xen/howto.html#netbsd-dom0
OpenSolaris -- http://www.opensolaris.org/os/community/xen/docs/SetupDom0.htm
Debian --http://wiki.debian.org/Xen#Dom0.28host.29

For info about available Linux Xen dom0 kernels please see this wiki page: http://wiki.xensource.com/xenwiki/XenDom0Kernels

  有关Linux Xen dom0内核的更多信息,敬请关注此维基页:http://wiki.xensource.com/xenwiki/XenDom0Kernels

英文原文:http://www.osnews.com/story/24979/Linux_3_0_Released

http://www.lupaworld.com/article-212430-1.html

稳扎稳打,干掉微软
现在版本为王啊,linux也不能免俗。
纠正命名?意思就是Linux 10很快就会有了么
干脆按年月命名版本,省得纠结什么大版本号小版本号。
RCU啊RCU,Read-Copy-Update
把用户绑在Windows上原因主要有两个,一个是易用性,另一个是office系统
深空探索 发表于 2011-8-1 11:56
把用户绑在Windows上原因主要有两个,一个是易用性,另一个是office系统
最关键是游戏了,易用性本人鸭梨几乎没有,Office也可以解决。
最脑残的是网银,什么年代了,浏览器兼容性还是一塌糊涂,而且国内仍然前仆后继地在这个问题上犯错,比如铁道部的服务中心。
壮东风 发表于 2011-8-1 12:21
最关键是游戏了,易用性本人鸭梨几乎没有,Office也可以解决。
最脑残的是网银,什么年代了,浏览器兼容 ...
对绝大多数普通用户来说,Windows的界面要比LINUX方便得多,并且在即插即用、软件安装等众多细节方面也要好不少,LINUX众多版本之间的差异性也是一个很大的麻烦
在办公软件方面,Word/Excel/PowerPoint在国内几乎成了事实上的标准,长时间以来积累了巨量的文件,绝大部分单位都把office系统作为文档存储和数据交换的标准,这是一种巨大的惯性,如果LINUX不解决文档兼容性的问题,很难在桌面领域挑战Windows
LINUX现在在嵌入式系统上处于优势,如果今后象平板电脑这样的介于手机和桌面系统之间的产品得到很大的发展,用户由此希望把平板电脑上形成的操作习惯带入到桌面系统中,那Windows的霸主地位就真的走到尽头了
深空探索 发表于 2011-8-1 13:02
对绝大多数普通用户来说,Windows的界面要比LINUX方便得多,并且在即插即用、软件安装等众多细节方面也要 ...
界面方面,Windows比起Linux没什么优势了,而且软件安装、升级某种程度上反而Linux更胜一筹。
现在几乎所有的文档处理系统都解决了兼容MS Office的问题,至少打开没障碍,而且文档处理有向在线化发展的趋势。
个人认为使用习惯是阻止用户从Windows转移的最大因素,其实也就一层窗户纸的事情。
壮东风 发表于 2011-8-1 14:59
界面方面,Windows比起Linux没什么优势了,而且软件安装、升级某种程度上反而Linux更胜一筹。
现在几乎所 ...
现在的几个主流版本,如果没联网的话,真的是太难用了,特别是安装软件依赖这个依赖那个的
pmxa 发表于 2011-8-3 21:12
现在的几个主流版本,如果没联网的话,真的是太难用了,特别是安装软件依赖这个依赖那个的
现在大概没有哪个操作系统会脱离网络了。