<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">

  <channel>
    <title>auctra.app</title>
    <link>https://auctra.app/</link>

    <description>
      Articles about operating system development, kernel internals,
      executable formats (ELF/PE), and software engineering projects
      including Biber Binary Inspector and TamgaOS.
    </description>

    <language>en-us</language>

    <atom:link href="https://auctra.app/rss.xml" rel="self" type="application/rss+xml"/>

    <lastBuildDate>Mon, 08 Jun 2026 00:00:00 +0000</lastBuildDate>
    <generator>auctra.app RSS Feed</generator>

    <item>
      <title>ELF Files — General Overview</title>
      <link>https://auctra.app/post-elf.html</link>
      <guid isPermaLink="true">https://auctra.app/post-elf.html</guid>
      <pubDate>Sun, 17 May 2026 00:00:00 +0000</pubDate>
      <category>ELF</category>
      <category>Binary Internals</category>
      <category>Biber</category>
      <description>
        General overview of the ELF file format, including the ELF header,
        magic bytes, entry point, program headers, and how Linux executables
        are structured.
      </description>
    </item>

    <item>
      <title>ELF Files — Program Headers</title>
      <link>https://auctra.app/post-tables.html</link>
      <guid isPermaLink="true">https://auctra.app/post-tables.html</guid>
      <pubDate>Sun, 24 May 2026 00:00:00 +0000</pubDate>
      <category>ELF</category>
      <category>Program Headers</category>
      <category>Binary Internals</category>
      <category>Biber</category>
      <description>
        Detailed breakdown of ELF program headers, segment tables, memory
        mappings, and reading executable structures directly from hex output.
      </description>
    </item>

    <item>
      <title>ELF Files — Sections</title>
      <link>https://auctra.app/post-elf-sections.html</link>
      <guid isPermaLink="true">https://auctra.app/post-elf-sections.html</guid>
      <pubDate>Thu, 28 May 2026 00:00:00 +0000</pubDate>
      <category>ELF</category>
      <category>Sections</category>
      <category>Binary Internals</category>
      <category>Biber</category>
      <description>
        Detailed breakdown of ELF section headers, section tables, addresses,
        offsets, flags, and how sections describe executable file layouts.
      </description>
    </item>

    <item>
      <title>PE32/PE32+ Walkthrough</title>
      <link>https://auctra.app/post-pe32.html</link>
      <guid isPermaLink="true">https://auctra.app/post-pe32.html</guid>
      <pubDate>Sun, 31 May 2026 00:00:00 +0000</pubDate>
      <category>PE</category>
      <category>PE32</category>
      <category>Binary Internals</category>
      <category>Biber</category>
      <description>
        Step-by-step walkthrough of PE32 and PE32+ binaries, including the DOS
        header, PE signature, COFF header, optional header, sections, RVA
        calculations, and raw file offsets.
      </description>
    </item>

    <item>
      <title>Kernel Design Journey with Zig and C — Part 1</title>
      <link>https://auctra.app/tamgaos-part1.html</link>
      <guid isPermaLink="true">https://auctra.app/tamgaos-part1.html</guid>
      <pubDate>Thu, 04 Jun 2026 00:00:00 +0000</pubDate>
      <category>OSDev</category>
      <category>Kernel Development</category>
      <category>TamgaOS</category>
      <category>Zig</category>
      <description>
        Building TamgaOS from scratch: protected mode basics, GDT setup,
        debugging triple faults, Zig versus C comparisons, and adding serial
        port support.
      </description>
    </item>

    <item>
      <title>Kernel Design Journey with Zig and C — Part 2</title>
      <link>https://auctra.app/tamgaos-part2.html</link>
      <guid isPermaLink="true">https://auctra.app/tamgaos-part2.html</guid>
      <pubDate>Sun, 07 Jun 2026 00:00:00 +0000</pubDate>
      <category>OSDev</category>
      <category>Kernel Development</category>
      <category>TamgaOS</category>
      <category>IDT</category>
      <description>
        Continuing TamgaOS development: serial port debugging, GDT and IDT
        implementation, ISR stubs, exception handling, and catching the first
        divide-by-zero exception (#DE).
      </description>
    </item>

    <item>
      <title>Zig vs C Kernel Comparison</title>
      <link>https://auctra.app/tamgaos-elf-comparison.html</link>
      <guid isPermaLink="true">https://auctra.app/tamgaos-elf-comparison.html</guid>
      <pubDate>Mon, 08 Jun 2026 00:00:00 +0000</pubDate>
      <category>OSDev</category>
      <category>Kernel Development</category>
      <category>TamgaOS</category>
      <category>ELF</category>
      <category>Zig</category>
      <category>C</category>
      <description>
        Comparing Zig and C kernels through ELF analysis, executable layout,
        binary size differences, linker output, and generated machine code.
      </description>
    </item>

  </channel>

</rss>