I'm currently making my own operating system. It's going to be a long time (like a year or two at least) before I release any of the source code with the proper docs. I'm not ready to deal with all the GitHub tards and licensing bullshit and versioning and correcting the grammar in my source comments, etc. So I am a few months into a kernel development and it's going well. Kernel is written in C primarily with a small amount of FASM. I'm also working on my own bootloader, and some other things to integrate into it to have a 95%+ independent software platform. I'm also working on a side project for a compatibility layer for Linux drivers, so that this can eventually be used on real, modern hardware. I eventually want to get to a point where it has a full GUI installer and desktop and it's as user friendly as Windows or OS X or Ubuntu. It will have my own userland with some GNU and BSD utilities sprinkled in for compatibility and convenience, and because I am not writing a fucking compiler.
Target Features: