swisd/HPVMx ? reverse-engineered prompt
Reverse engineered prompt
Build me a bare metal Rust app that boots on BIOS and UEFI and acts like a simple hardware management and virtualization environment.
I want a text based shell plus a graphical dashboard where I can manage virtual machines, browse and edit storage, check network status, and install or update packages from a registry. It should also include a small built in coding tool for writing and compiling tiny C style programs right inside the app.
Make it feel like a real bootable utility I can run in QEMU or on a physical machine with EFI support. Keep the interface usable from the keyboard, include basic help and commands, and make the main dashboard easy to navigate. If you need to, look up current Rust and UEFI docs online while building it.
Are you gonna build this?
make sure you review the code using coderabbit