<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
<channel>
<title><![CDATA[蜗窝科技]]></title> 
<description><![CDATA[慢下来，享受技术。]]></description>
<link>http://www.wowotech.net/</link>
<language>zh-cn</language>
<generator>www.emlog.net</generator>
<item>
	<title>Meltdown论文翻译</title>
	<link>http://www.wowotech.net/basic_subject/meltdown.html</link>
	<description><![CDATA[本文是作者阅读meltdown论文随手翻译的一些文字记录，希望能帮助到那些对meltdown感兴趣，但英文不是那么好的同学。水平有限，欢迎指正。 <a href="http://www.wowotech.net/basic_subject/meltdown.html">阅读全文&gt;&gt;</a>]]></description>
	<pubDate>Fri, 19 Jan 2018 12:18:40 +0000</pubDate>
	<author>linuxer</author>
	<guid>http://www.wowotech.net/basic_subject/meltdown.html</guid>

</item>
<item>
	<title>计算机科学基础知识之（六）：理解栈帧</title>
	<link>http://www.wowotech.net/basic_subject/stack-frame.html</link>
	<description><![CDATA[<p>
	本文以一个简单的例子来描述ARM linux下的stack frame。
</p>
<p>
	本文也是对tigger网友问题的回复。
</p> <a href="http://www.wowotech.net/basic_subject/stack-frame.html">阅读全文&gt;&gt;</a>]]></description>
	<pubDate>Thu, 12 Mar 2015 05:00:22 +0000</pubDate>
	<author>linuxer</author>
	<guid>http://www.wowotech.net/basic_subject/stack-frame.html</guid>

</item>
<item>
	<title>计算机科学基础知识（五）: 动态链接</title>
	<link>http://www.wowotech.net/basic_subject/dynamic-link.html</link>
	<description><![CDATA[<p>
	本文以类似hello world这样的简单程序为例，描述了动态连接的概念。第二章描述了整个动态链接的大概过程，随后的两章解析了程序访问动态库中的数据和调用动态库中函数的过程。
</p>
<p>
	注意：阅读本文之前需要先了解<a href="http://www.wowotech.net/basic_subject/compile-link-load.html">relocatable object file</a>、<a href="http://www.wowotech.net/basic_subject/static-link.html">静态链接</a>以及<a href="http://www.wowotech.net/basic_subject/pic.html">动态库和PIC</a>这些内容。
</p> <a href="http://www.wowotech.net/basic_subject/dynamic-link.html">阅读全文&gt;&gt;</a>]]></description>
	<pubDate>Tue, 10 Mar 2015 10:15:32 +0000</pubDate>
	<author>linuxer</author>
	<guid>http://www.wowotech.net/basic_subject/dynamic-link.html</guid>

</item>
<item>
	<title>计算机科学基础知识（四）: 动态库和位置无关代码</title>
	<link>http://www.wowotech.net/basic_subject/pic.html</link>
	<description><![CDATA[<p>
	本文主要描述了动态库以及和动态库有紧密联系的位置无关代码的相关资讯。首先介绍了动态库和位置无关代码的源由，了解这些背景知识有助于理解和学习
动态库。随后，我们通过加-fPIC和不加这个编译选项分别编译出两个relocatable object 
file，看看编译器是如何生成位置无关代码的。最后，我们自己动手编写一个简单的动态库，并解析了一些symbol 
Visibility、动态符号表等一些相关基本概念。
</p>
<p>
	本文中的描述是基于ARM MCU，GNU/linux平台而言的，本文是个人对动态库的理解，如果有错误，请及时指出。
</p> <a href="http://www.wowotech.net/basic_subject/pic.html">阅读全文&gt;&gt;</a>]]></description>
	<pubDate>Fri, 06 Mar 2015 01:39:38 +0000</pubDate>
	<author>linuxer</author>
	<guid>http://www.wowotech.net/basic_subject/pic.html</guid>

</item>
<item>
	<title>计算机科学基础知识（三）:静态库和静态链接</title>
	<link>http://www.wowotech.net/basic_subject/static-link.html</link>
	<description><![CDATA[本文是编译、链接和加载系列文章中的第二篇，主要描述静态链接 <a href="http://www.wowotech.net/basic_subject/static-link.html">阅读全文&gt;&gt;</a>]]></description>
	<pubDate>Mon, 16 Feb 2015 07:15:07 +0000</pubDate>
	<author>linuxer</author>
	<guid>http://www.wowotech.net/basic_subject/static-link.html</guid>

</item></channel>
</rss>