<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Fundamentals on Daman Arora</title>
    <link>https://damanarora.netlify.app/tags/fundamentals/</link>
    <description>Recent content in Fundamentals on Daman Arora</description>
    <generator>Hugo -- gohugo.io</generator>
    <lastBuildDate>Tue, 19 May 2026 12:00:00 +0000</lastBuildDate><atom:link href="https://damanarora.netlify.app/tags/fundamentals/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Inside a Running Process: Memory, the PCB, and Scheduling</title>
      <link>https://damanarora.netlify.app/posts/inside-a-running-process/</link>
      <pubDate>Tue, 19 May 2026 12:00:00 +0000</pubDate>
      
      <guid>https://damanarora.netlify.app/posts/inside-a-running-process/</guid>
      <description>The first post followed the chain from disk to CPU. This one goes deeper into what actually happens once a program is running: how its memory is laid out, how the OS keeps track of it, and how many programs share the machine at once.
From passive to active A program sitting on the hard disk is a passive thing. Just saved instructions, doing nothing. The moment you run it, it becomes an active process living in RAM.</description>
    </item>
    
    <item>
      <title>How a Computer Actually Runs Your Programs</title>
      <link>https://damanarora.netlify.app/posts/how-computers-run-programs/</link>
      <pubDate>Tue, 19 May 2026 10:00:00 +0000</pubDate>
      
      <guid>https://damanarora.netlify.app/posts/how-computers-run-programs/</guid>
      <description>Every time you open an app, a chain of hardware kicks into motion behind the scenes. This post follows that chain from the disk all the way to the CPU, one idea building on the last.
1. Why RAM is faster than a hard disk RAM is electronic. Data is fetched by sending electrical signals, almost instantly. A hard disk drive (HDD) is mechanical. It has spinning platters and a moving arm that must physically travel to the right spot before it can read.</description>
    </item>
    
  </channel>
</rss>
