<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>伤感熊日志 &#187; 感想</title>
	<atom:link href="http://sk23.com/blog/tag/%e6%84%9f%e6%83%b3/feed/" rel="self" type="application/rss+xml" />
	<link>http://sk23.com/blog</link>
	<description>分享生活小窍门及与网络相关的一些技巧. 简单生活, 简单快乐. Simple Life, Simple Joy.</description>
	<lastBuildDate>Sat, 18 Feb 2012 07:10:49 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>为什么驱动程序在不同操作系统平台下要有不同的版本</title>
		<link>http://sk23.com/blog/why-different-drivers-in-different-systems/</link>
		<comments>http://sk23.com/blog/why-different-drivers-in-different-systems/#comments</comments>
		<pubDate>Wed, 26 Nov 2008 13:47:53 +0000</pubDate>
		<dc:creator>伤感熊</dc:creator>
				<category><![CDATA[说三道四]]></category>
		<category><![CDATA[感想]]></category>

		<guid isPermaLink="false">http://sk23.com/blog/?p=140</guid>
		<description><![CDATA[现在的硬件功能越来越多，结构也越来越复杂，一些通用的驱动程序基本上不能驾驭它，甚至根本无法识别。好在硬件厂家都会发布配套的驱动程序，配合着用，也还算将就。 但是，如果有一天，我买了一块手写板，而我呢偏偏又是一个 Linux 爱好者。我发现厂家宣传的什么多高的识别率，能识别连笔书写的汉字等，都是建立在你使用的是 Windows 操作系统的基础上的，离开了 W... ]]></description>
			<content:encoded><![CDATA[<p>现在的硬件功能越来越多，结构也越来越复杂，一些通用的驱动程序基本上不能驾驭它，甚至根本无法识别。好在硬件厂家都会发布配套的驱动程序，配合着用，也还算将就。</p>
<p>但是，如果有一天，我买了一块手写板，而我呢偏偏又是一个 Linux 爱好者。我发现厂家宣传的什么多高的识别率，能识别连笔书写的汉字等，都是建立在你使用的是 Windows 操作系统的基础上的，离开了 Windows ，我的电脑根本就不能用它。我该不该理解为这是厂家对消费者的一种歧视？</p>
<p>或许厂家会说，“大哥，你站在我的立场上想一想好不好，那么多操作系统，我要开发多少个版本的驱动啊？我容易吗？” 这似乎也有一点道理。</p>
<p>可为什么是驱动程序去配合操作系统，而不是操作系统去配合驱动程序。就好象一台电脑可以装不同版本的系统，但是它的 BIOS 还是原来的 BIOS 一样。为什么驱动程序不能像 BIOS 一样固化在最底层，而是依靠系统的内核去加载。真的必须这样吗？答案当然是否定的，现在就有一种比较可行的方法， <strong>EFI</strong> 。</p>
<p><strong>EFI</strong> (Extensible Firmware Interface，可扩展固件接口) 在现在来说还是相当新颖的，不少人或许都没听说过。但是苹果公司生产电脑你这件事你总知道吧，他们生产的 Mac 电脑，底层用的就是 EFI ，而不是 80 年代的BIOS。 EFI 采用 C/C++ 语言编写，较现时普遍的 BIOS 运行于16bit不同， EFI 运行于 32 或 64bit  ，而且 EFI 更可让各家厂商自行撰写的驱动程序直接挂入 EFI 之中，成为过去固件工作内容的一部分。 也就是说，操作系统完全可以不需要另外安装驱动程序，通过 EFI 提供的接口，它就可以实现对硬件的所有操作。</p>
<p><strong>我们还需要为一个硬件开发许多个不同平台下的驱动吗？</strong></p>
<p>EFI 的时代即将带来， BIOS  是时候离开了。</p>
	<p>评论数量(0) | <a href="http://sk23.com/blog/why-different-drivers-in-different-systems/">我想对这篇文章说几句</a><br />
	本文网址：<a href="http://sk23.com/blog/why-different-drivers-in-different-systems/">http://sk23.com/blog/why-different-drivers-in-different-systems/</a>
	</p>
	<p style="border-top: 1px solid #ccc;padding:8px 20px 0 0;margin:20px 0 0 0;">
	<img src="http://c.statcounter.com/727566/0/c3563c5f/1/" alt="web analytics" /> &copy;  <a href="http://sk23.com/blog/">伤感熊日志</a>, 2008. | 收藏到 <a href="http://delicious.com/save?url=http://sk23.com/blog/why-different-drivers-in-different-systems/&amp;title=为什么驱动程序在不同操作系统平台下要有不同的版本">Delicious.com</a>
	</p>]]></content:encoded>
			<wfw:commentRss>http://sk23.com/blog/why-different-drivers-in-different-systems/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>对固定电话的一些感想</title>
		<link>http://sk23.com/blog/some-of-the-fixed-telephone-feelings/</link>
		<comments>http://sk23.com/blog/some-of-the-fixed-telephone-feelings/#comments</comments>
		<pubDate>Tue, 09 Sep 2008 13:23:56 +0000</pubDate>
		<dc:creator>伤感熊</dc:creator>
				<category><![CDATA[说三道四]]></category>
		<category><![CDATA[感想]]></category>

		<guid isPermaLink="false">http://sk23.com/blog/?p=135</guid>
		<description><![CDATA[很少用家里的固定电话，今天拨打一个外地手机号码时忘了加0，居然听到的不再是“您拨打的是空号”，而是提示你拨打是外地手机号码，请在号码前加0。虽然只是小小的改进，但对用户来说却方便许多。 有时候拨打一个手机号码，当电话提示您拨打是空号时，我的第一感觉是可能号码按错了，接着才会想到或许是外地手机号码，这也是我为什么喜欢用手机的原因，至少不... ]]></description>
			<content:encoded><![CDATA[<p>很少用家里的固定电话，今天拨打一个外地手机号码时忘了加0，居然听到的不再是“您拨打的是空号”，而是提示你拨打是外地手机号码，请在号码前加0。虽然只是小小的改进，但对用户来说却方便许多。</p>
<p>有时候拨打一个手机号码，当电话提示您拨打是空号时，我的第一感觉是可能号码按错了，接着才会想到或许是外地手机号码，这也是我为什么喜欢用手机的原因，至少不用理会是不是外地这个问题。</p>
<p>固定电话的数量正在逐渐减少，但是它的优点还是可圈可点的，比如无辐射、话音清晰、电话机不容易丢失等。既然现在外地手机号码可以提示了，为什么不直接接通呢，这应该不存在什么技术瓶颈吧。</p>
<p>如果固定电话不再收取什么月租费，不再存在外地手机号码的加0问题，我想还是有很多用户会使用固定电话的，至少现在有的不会轻易去销户，用户数量递减的问题也就不存在了。</p>
	<p>评论数量(2) | <a href="http://sk23.com/blog/some-of-the-fixed-telephone-feelings/">我想对这篇文章说几句</a><br />
	本文网址：<a href="http://sk23.com/blog/some-of-the-fixed-telephone-feelings/">http://sk23.com/blog/some-of-the-fixed-telephone-feelings/</a>
	</p>
	<p style="border-top: 1px solid #ccc;padding:8px 20px 0 0;margin:20px 0 0 0;">
	<img src="http://c.statcounter.com/727566/0/c3563c5f/1/" alt="web analytics" /> &copy;  <a href="http://sk23.com/blog/">伤感熊日志</a>, 2008. | 收藏到 <a href="http://delicious.com/save?url=http://sk23.com/blog/some-of-the-fixed-telephone-feelings/&amp;title=对固定电话的一些感想">Delicious.com</a>
	</p>]]></content:encoded>
			<wfw:commentRss>http://sk23.com/blog/some-of-the-fixed-telephone-feelings/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

