DragonOS-Community/DragonOS — reverse-engineered prompt
Reverse engineered prompt
Build me a lightweight 64 bit operating system in Rust with its own independent kernel, aimed at cloud native and serverless style workloads. I want it to feel like a small Linux compatible system, so it can start moving toward running Linux binaries and supporting container focused apps.
Please focus on something real that I can build and boot locally, with the core kernel, basic user space, and a straightforward way to run it. Reliability and performance should matter. It should be structured so features like containers, virtualization, eBPF, and future RISC V support can grow from it, but do not pretend full Linux compatibility already exists if it does not.
I also want a friendly README that explains what the system is, how to build it, how to boot it, and what currently works. If there is an easier cloud based way to try it, include that too. Look up current docs online if you need to, and make sensible choices so the project feels cohesive and usable.
Want more depth? Deep Reverse