-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Retro-Jack edited this page Jun 22, 2026
·
35 revisions
GenX-DOS is a browser DOS prompt that boots emulators from numbered menus. We ship 19 emulator engines locally — 32 sub-systems between them — and nothing is fetched at runtime. Every byte lives on the same origin.
This wiki is the long-form companion to the repo. The README is the quick tour; these pages are the field notes.
| Page | What's inside |
|---|---|
| Project Overview | What the site does, how it boots, what's on screen |
| File Structure | Where things live in the repo |
| Virtual Filesystem | The simulated C: drive |
| Commands | DOS commands the prompt understands |
| Font System | How we draw 12×12 CP437 glyphs in HTML |
| Emulators | Index of every engine, each with its own page |
| Customising the Filesystem | Adding directories, files, menus |
| Roadmap | What's shipped, what's next, what won't be |
- README.md — quick start + layout summary
- CHANGELOG.md — release notes
- ATTRIBUTION.md — canonical record of every bundled third-party emulator, BIOS, ROM, bezel, and dependency