mirror of
https://github.com/earendil-works/pi.git
synced 2026-06-18 15:54:04 +08:00
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.