marcosptf/menuetos — reverse-engineered prompt

Reverse engineered prompt

GitHub

Build me a small fan project inspired by MenuetOS, not an official version. I want it to be a tiny 32 bit operating system style project written in assembly, with a kernel, a few simple example apps, and a floppy disk image that can be built and tested in an emulator.

Please keep it simple and old school. Use FASM if that fits the codebase. I want clear assembly source files for the kernel and apps, plus a small reference file that shows the basic system calls and how apps should use them. Add build instructions so someone can assemble it and boot it without guessing.

It doesn’t need to be a modern Linux distro or a polished product. The goal is an educational hobby OS repo that shows how a minimal assembly based system could be organized, built, and run. Look up current emulator or assembler docs online if you need to.

Want more depth? Deep Reverse