
  <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
    <channel>
      <title>Runtime Wisdom</title>
      <link>https://runtimewisdom.dev/blog</link>
      <description>A blog created with Next.js and Tailwind.css</description>
      <language>en-us</language>
      <managingEditor>68mschmitt@gmail.com (Mike)</managingEditor>
      <webMaster>68mschmitt@gmail.com (Mike)</webMaster>
      <lastBuildDate>Wed, 06 May 2026 00:00:00 GMT</lastBuildDate>
      <atom:link href="https://runtimewisdom.dev/tags/fork/feed.xml" rel="self" type="application/rss+xml"/>
      
  <item>
    <guid>https://runtimewisdom.dev/blog/what-actually-happens-when-you-run-a-program</guid>
    <title>What Actually Happens When You Run a Program?</title>
    <link>https://runtimewisdom.dev/blog/what-actually-happens-when-you-run-a-program</link>
    <description>A step-by-step walkthrough of what happens between typing ./hello and seeing output: shells, fork, exec, ELF loading, memory layout, system calls, and process cleanup.</description>
    <pubDate>Wed, 06 May 2026 00:00:00 GMT</pubDate>
    <author>68mschmitt@gmail.com (Mike)</author>
    <category>operating-systems</category><category>linux</category><category>process</category><category>shell</category><category>fork</category><category>exec</category><category>memory</category><category>system-calls</category><category>c-programming</category>
  </item>

    </channel>
  </rss>
