<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>C on jeffcarp</title>
    <link>/categories/c/</link>
    <description>Recent content in C on jeffcarp</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <lastBuildDate>Fri, 12 Sep 2014 00:06:15 -0700</lastBuildDate>
    <atom:link href="/categories/c/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Weird and Cool things from Linux Kernel Development</title>
      <link>/posts/2014/weird-and-cool-linux-kernel/</link>
      <pubDate>Fri, 12 Sep 2014 00:06:15 -0700</pubDate>
      <guid>/posts/2014/weird-and-cool-linux-kernel/</guid>
      <description>&lt;p&gt;Recently I picked up &lt;a href=&#34;http://www.amazon.com/Linux-Kernel-Development-3rd-Edition/dp/0672329468&#34;&gt;Linux Kernel&#xA;Development&lt;/a&gt;&#xA;by Robert Love since I like his posts on Quora. Here are the things that I&#xA;thought were cool or just surprised me.&lt;/p&gt;&#xA;&lt;h3 id=&#34;threaded-trees&#34;&gt;Threaded Trees&lt;/h3&gt;&#xA;&lt;p&gt;Are cool. They act both like trees and linked lists.&lt;/p&gt;&#xA;&lt;h3 id=&#34;child-processes-vs-threads&#34;&gt;Child processes vs Threads&lt;/h3&gt;&#xA;&lt;p&gt;The only difference between a child process and a thread in Linux is whether&#xA;the CLONE_VM flag was passed to clone(), which copies the parent&amp;rsquo;s address&#xA;space which allows the child to access the parent&amp;rsquo;s memory.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
