<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>AquilaOS</title>
    <description>POSIX compliant Operating System</description>
    <link>http://aquilaos.com</link>
    <atom:link href="http://aquilaos.com/feed.xml" rel="self" type="application/rss+xml" />
    
      <item>
        <title>Hello mmap!</title>
        <description>
          
          The moment I have been avoiding for way too long. Finally we have a very very modest implementation of POSIX mmap, currently we only support MAP_FIXED and only VESA fbdev implements mmap, but it’s a good start. As a demonstration of it, fbterm now uses mmap instead of I/O functions,...
        </description>
        <pubDate>Sun, 20 May 2018 00:00:00 -0700</pubDate>
        <link>http://aquilaos.com/2018-05-20-hello-mmap/</link>
        <guid isPermaLink="true">http://aquilaos.com/2018-05-20-hello-mmap/</guid>
      </item>
    
      <item>
        <title>Playing with NuklearUI</title>
        <description>
          
          About a month ago, I posted about using Nuklear GUI library in AquilaOS. We also have a video of NuklearUI with custom font, images and wallpaper. I have been trying to wrap my head around the code, understanding exactly how Nuklear works and how to convert it to client/server model...
        </description>
        <pubDate>Wed, 09 May 2018 00:00:00 -0700</pubDate>
        <link>http://aquilaos.com/2018-05-09-playing-with-nuklear/</link>
        <guid isPermaLink="true">http://aquilaos.com/2018-05-09-playing-with-nuklear/</guid>
      </item>
    
      <item>
        <title>Memory Management System Redesign</title>
        <description>
          
          I won’t lie, memory management is the most frustrating thing in OS design for me. It takes the most time and debugging it is nevertheless exhausting. I have, however, redesigned it to be more generic than before and relax much more arch. dependent code. The New Design Physical Memory Management...
        </description>
        <pubDate>Mon, 07 May 2018 00:00:00 -0700</pubDate>
        <link>http://aquilaos.com/2018-05-07-memory-management-redesign/</link>
        <guid isPermaLink="true">http://aquilaos.com/2018-05-07-memory-management-redesign/</guid>
      </item>
    
      <item>
        <title>Nuklear based GUI</title>
        <description>
          
          I have been looking into various options of GUI/Windowing systems to implement in AquilaOS and here is what I found so far X While X is the defacto when it comes to GUI, it is extremely heavy, mostly optimized for Linux and requires too much dependencies. Wayland Wayland is a...
        </description>
        <pubDate>Mon, 09 Apr 2018 00:00:00 -0700</pubDate>
        <link>http://aquilaos.com/2018-04-09-nuklear-ui/</link>
        <guid isPermaLink="true">http://aquilaos.com/2018-04-09-nuklear-ui/</guid>
      </item>
    
      <item>
        <title>First post!</title>
        <description>
          
          This is my first post, how exciting!

        </description>
        <pubDate>Sat, 17 Feb 2018 00:00:00 -0800</pubDate>
        <link>http://aquilaos.com/2018-02-17-hello-world/</link>
        <guid isPermaLink="true">http://aquilaos.com/2018-02-17-hello-world/</guid>
      </item>
    
  </channel>
</rss>
