remzi-arpacidusseau/ostep-homework ? reverse-engineered prompt
Reverse engineered prompt
Build me a simple repo of Operating Systems homework exercises like the OSTEP book uses.
I want a bunch of small command line simulators and practice programs for topics like CPU scheduling, virtual memory, threads, disks, and file systems. Each one should be easy to run from the terminal, take a few arguments, and print the answers or a clear trace so I can learn by changing the inputs. For the simulator ones, it should support generating random problems and also a mode that computes the solution for me. For the programming exercises, make the starter code and the finished behavior clear enough that I can experiment and understand what is happening.
Keep it educational and lightweight, not a big app. Use Python for the simulators, and use whatever else is needed for the small code based exercises. Add short README files so someone can figure out how to run each homework. Look up current docs online if you need to.
Are you gonna build this?
make sure you review the code using coderabbit