This is a hobby OS I've been working on for a while. It's currently not doing 
much, but it has the critical foundations to build on. My progress on it has 
been slower lately, but I plan to pick it up again soon. Currently it has the 
following features

  * UEFI Bootloader
  * Physical Memory Manager
  * Virtual Memory Manager
  * Single Address Space
  * User Mode
  * Preemptive Multitasking
  * System Calls
  * ELF Loader
  * Timer Interrupts



I've also been writing a tutorial-like series of posts on every step of the 
process, although it's a bit behind the code. I hope you enjoy it!

  * Code: <https://github.com/khaledh/fusion>
  * Posts: <https://0xc0ffee.netlify.app>


Reply via email to