I want to create an desktop OS, that (in a distant future) I could use as everyday OS. I thought I can never do it alone from scratch. So, I'm looking for a OS to join, that has similar ideas to me and is open to contributors. Or if there's no such OS, then I'm looking to fork (but contributing patches that might be useful) an OS that has somewhat similar ideas and author is okay with a fork.
My current overall design is:
- Simple microkernel written in C.
- Use CDI or UDI as driver interface.
- Use as much as portable interfaces(for example POSIX) as possible(but no more) and port many 3rd party libraries(for example Webkit).
- GUI would be simplistic (even minimalistic maybe) and integrated with rest of system.
- Free license (I personally prefer MIT license)
- Mainly for x86_64 (but ports should be possible)