co-mono/packages/coding-agent/examples/extensions/pi-dosbox
Mario Zechner 935417cff1 fix(pi-dosbox): include QBasic files in jsdos bundle
The previous approach of writing files to Emscripten FS after DOSBox
started didn't work because the C: drive mount was pointing elsewhere.

Now we create a proper zip archive of QBasic files and include it in
the jsdos bundle using the extract() API with a data URL. The bundle
extracts to the C: drive root on startup.
2026-01-22 05:09:32 +01:00
..
qbasic feat(pi-dosbox): persistent DOSBox with QBasic and agent tool 2026-01-22 05:03:39 +01:00
src fix(pi-dosbox): include QBasic files in jsdos bundle 2026-01-22 05:09:32 +01:00
index.ts feat(pi-dosbox): persistent DOSBox with QBasic and agent tool 2026-01-22 05:03:39 +01:00
package.json feat(pi-dosbox): persistent DOSBox with QBasic and agent tool 2026-01-22 05:03:39 +01:00