{"id":663,"date":"2026-03-01T13:24:13","date_gmt":"2026-03-01T02:24:13","guid":{"rendered":"https:\/\/securelang.net\/cms\/?p=663"},"modified":"2026-03-01T13:53:00","modified_gmt":"2026-03-01T02:53:00","slug":"feature-recap","status":"publish","type":"post","link":"https:\/\/securelang.net\/cms\/blog\/2026\/03\/01\/feature-recap\/","title":{"rendered":"Feature Recap"},"content":{"rendered":"\n<p>This post is just a recap of the system&#8217;s main features and current progress.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Core Kernel Features<\/h2>\n\n\n\n<p>Scheduler, memory management, program loading and system calls are all working well for now but will need some improvements over time.<\/p>\n\n\n\n<p>Some advanced features like multithreading, priorities and CPU affinity have been implemented but not yet thoroughly pressure tested.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Architecture Support<\/h2>\n\n\n\n<p>The kernel &amp; tools are highly specialised for RISC-V platforms, this importantly means that not a lot of &#8220;bloat&#8221; is needed to support legacy architectures.<\/p>\n\n\n\n<p>Testing has mostly been done on the latest Chinese hardware designs, especially SpacemiT chips.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Filesystem<\/h2>\n\n\n\n<p>The filesystem received a lot of work early on and the current codebase supports three filesystem versions:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>xv6 style filesystem (&#8220;version 0&#8221;)<\/li>\n\n\n\n<li>Improved version (&#8220;version 1&#8221;)<\/li>\n\n\n\n<li>Extensible 64-bit filesystem (&#8220;version 2&#8221;)<\/li>\n<\/ul>\n\n\n\n<p>The system does not have any support for reading or writing Linux\/Mac\/Windows disks at this stage and this probably won&#8217;t be a high priority compared to improving the native filesystem.<\/p>\n\n\n\n<p>A freshly rewritten <em>mkfs<\/em> program is included so systems can be easily built based on this code.<\/p>\n\n\n\n<p>The filesystem layout supports additional metadata but this hasn&#8217;t been exposed in APIs yet.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Networking<\/h2>\n\n\n\n<p>The networking support is relatively new and still needs some work.<\/p>\n\n\n\n<p>The network stack is based on <a href=\"https:\/\/github.com\/pandax381\/microps\">microps<\/a> (not based on an in-house design and not based on LWIP like many other small operating systems). I&#8217;m really happy with this codebase but my port isn&#8217;t the fastest (drivers are a bit laggy) and it will need some extensions or a replacement over time (e.g. only supports legacy protocols, no IPv6).<\/p>\n\n\n\n<p>Performance improvements are underway including a <em>kqueue<\/em> implementation suitable for server programs (as well as driver improvements), these will be addressed in upcoming releases. IPv6 support, wireless protocols and other things will be left for a release some time further in the future.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Graphics &amp; GUI<\/h2>\n\n\n\n<p>This support is only just starting to come online and isn&#8217;t fully functional yet, but simple graphical apps will be supported in an upcoming releases.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Userland Infrastructure<\/h2>\n\n\n\n<p>Most basic command line functionality is already there.<\/p>\n\n\n\n<p>My <em>libc<\/em> implementation is working well enough, and my compiler backend mostly works (but GCC is used for most builds again for now, just to focus on getting other things working). Getting the compiler to run properly on the new OS will take a little more backend work (finishing the linker etc.).<\/p>\n\n\n\n<p>Other tools like a package manager have been written but haven&#8217;t been fully integrated.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>This post is just a recap of the system&#8217;s main features and current progress. Core Kernel Features Scheduler, memory management, program loading and system calls are all working well for now but will need some improvements over time. Some advanced features like multithreading, priorities and CPU affinity have been implemented but not yet thoroughly pressure [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"pagelayer_contact_templates":[],"_pagelayer_content":"","footnotes":""},"categories":[1],"tags":[],"class_list":["post-663","post","type-post","status-publish","format-standard","hentry","category-uncategorized"],"_links":{"self":[{"href":"https:\/\/securelang.net\/cms\/wp-json\/wp\/v2\/posts\/663","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/securelang.net\/cms\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/securelang.net\/cms\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/securelang.net\/cms\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/securelang.net\/cms\/wp-json\/wp\/v2\/comments?post=663"}],"version-history":[{"count":3,"href":"https:\/\/securelang.net\/cms\/wp-json\/wp\/v2\/posts\/663\/revisions"}],"predecessor-version":[{"id":666,"href":"https:\/\/securelang.net\/cms\/wp-json\/wp\/v2\/posts\/663\/revisions\/666"}],"wp:attachment":[{"href":"https:\/\/securelang.net\/cms\/wp-json\/wp\/v2\/media?parent=663"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/securelang.net\/cms\/wp-json\/wp\/v2\/categories?post=663"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/securelang.net\/cms\/wp-json\/wp\/v2\/tags?post=663"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}