Baconana-chan/gergios — reverse-engineered prompt
Reverse engineered prompt
Build me a modern microkernel operating system called GergiOS. I want it to be based on MINIX 3, but cleaned up and modernized so it feels like a practical, secure general purpose OS instead of just a research project. Focus on x86_64 first, with arm64 support kept in mind.
Please make it buildable and runnable, with a straightforward main build flow and a working bootable image I can start in QEMU. Keep the MINIX style design where drivers, services, filesystems, and networking stay isolated in user space. I want a usable POSIX and BSD style command line environment with the usual core tools, and it is fine if some of those are written in Rust while the core system stays in C. Use modern crypto instead of old legacy stuff.
If there is already a split between a newer build system and an older compatibility one, keep that intact. A basic Wayland graphics foundation is enough for now, no need to promise a full desktop. Add whatever docs are needed so I can build it, boot it, and try it. Look up current docs online if you need to.
Want more depth? Deep Reverse