sudo-gera/linux — reverse-engineered prompt
Reverse engineered prompt
Build me a simple web app that lets someone boot a tiny Linux system right in the browser using the files already in this repo. I want it to feel like a working emulator demo, with a clean page, a screen area, and basic controls like start, stop, reset, maybe fullscreen, plus a small status message while it loads.
Please use the included BIOS and Linux image files, and make it easy to switch between the bundled Alpine and Tiny Core images if both are usable. If there is already saved machine state in the repo, wire that up too so it can resume quickly when that makes sense.
Keep it lightweight and easy to run locally, ideally with a simple local server and an index page that just works. If there are older test or demo files here, fold the useful parts into one polished entry point instead of leaving it scattered around. Look up current docs online if you need to.
Want more depth? Deep Reverse