AlexanderNyr/auralite-os ? reverse-engineered prompt
Reverse engineered prompt
Build me this hobby OS project so it boots and runs in QEMU on both BIOS and UEFI from one ISO.
I want the full from scratch x86 64 setup working, including the custom boot path, higher half kernel, basic memory management, preemptive scheduling, user mode programs, a small libc, and the built in filesystem and device support that the README describes. It should also launch the framebuffer GUI and the simple windowed desktop demo, and the main networking and storage self tests should pass.
Please make sure the normal build flow works with a simple make iso and make run, and that the project can be booted and tested without a lot of manual setup. If anything is unclear, check the docs and current tooling online if you need to. I mainly want a clean, working build that matches the current roadmap and can be iterated on in the IDE.