<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: FelineFantasy</title>
    <description>The latest articles on DEV Community by FelineFantasy (@felinefantasy).</description>
    <link>https://dev.to/felinefantasy</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F4090989%2Fbb9a63b5-1734-4e8d-a92d-a89a4d70c82b.jpg</url>
      <title>DEV Community: FelineFantasy</title>
      <link>https://dev.to/felinefantasy</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/felinefantasy"/>
    <language>en</language>
    <item>
      <title>I'm 13 and I built a 16-bit OS in Assembly</title>
      <dc:creator>FelineFantasy</dc:creator>
      <pubDate>Sun, 23 Aug 2026 16:07:05 +0000</pubDate>
      <link>https://dev.to/felinefantasy/im-13-and-i-built-a-16-bit-os-in-assembly-2l50</link>
      <guid>https://dev.to/felinefantasy/im-13-and-i-built-a-16-bit-os-in-assembly-2l50</guid>
      <description>&lt;p&gt;I'm 13 and I wrote a 16-bit OS in assembly. 🐱&lt;/p&gt;

&lt;p&gt;It's called &lt;strong&gt;CatOS&lt;/strong&gt; — real-mode bootloader, BIOS interrupts, and a cat on error.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Bootloader → loads kernel from floppy&lt;/li&gt;
&lt;li&gt;Kernel → prints text via &lt;code&gt;int 0x10&lt;/code&gt;
&lt;/li&gt;
&lt;li&gt;Panic screen → cat says "disk read error"&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;example cat says "disk read error"&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;  /\_/\  
 ( o.o ) &amp;gt; Disk read error!
  &amp;gt; ^ &amp;lt;  
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;h2&gt;
  
  
  What's next? Not sure.
&lt;/h2&gt;

&lt;p&gt;I already managed to add a basic keyboard input! Here is how the OS looks right now:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fgpwamr9rr876jvzmi9u2.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fgpwamr9rr876jvzmi9u2.png" alt="CatOS Interactive Screen" width="800" height="450"&gt;&lt;/a&gt;&lt;br&gt;
&lt;em&gt;You can type here btw!&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;Here are my thoughts on what to build next:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;FAT16?&lt;/strong&gt; (To actually load files)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Better Keyboard Handler?&lt;/strong&gt; (To support shift, backspace, and enter)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Protected mode?&lt;/strong&gt; (Switching to 32-bit sounds fun but scary)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Mouse support?&lt;/strong&gt; (Reading mouse packets via &lt;code&gt;int 0x33&lt;/code&gt; and drawing a custom cursor!)&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Drop your ideas in the comments 👇&lt;br&gt;
GitHub: &lt;a href="https://github.com/FelineFantasy/CatOS" rel="noopener noreferrer"&gt;FelineFantasy/CatOS&lt;/a&gt;&lt;/p&gt;

</description>
      <category>assembly</category>
      <category>osdev</category>
      <category>showdev</category>
      <category>beginners</category>
    </item>
  </channel>
</rss>
