TheAndrewLa/sq_os — reverse-engineered prompt

Reverse engineered prompt

Build me a tiny educational operating system project called Squirrex that boots in QEMU and feels clean enough for a university demo. I want it to stay simple and focused on the basics, getting from boot into a minimal kernel, showing something on screen when it starts, and making the code easy to follow for someone learning how OS projects work.

If the repo already has art or assets, use them in a small tasteful way so it has a bit of personality. Please make sure the build and run flow actually works, fix any rough edges in the current instructions, and leave a short README that clearly explains how to build it, run it, and what it can do right now.

I am not trying to make a full production operating system. I just want a small training OS in C plus plus that feels polished, understandable, and ready to show in class. You can look up current docs online if you need to.

Want more depth? Deep Reverse