nullmagic2/dos98-english — explained in plain English
Analysis updated 2026-05-18
Translate PC-98 MS-DOS 5.00 disk images from Japanese to English before installing them in an emulator.
Verify original disk image checksums before patching to avoid corrupted results.
Use the cross platform patching scripts on Windows, Linux, or macOS to automate the translation.
Apply the individual IPS patch files manually with a generic patching tool.
| nullmagic2/dos98-english | 0311119/free_registertool | 18597990650-lab/multi-agent-game | |
|---|---|---|---|
| Stars | 24 | 24 | 24 |
| Language | — | Python | Python |
| Setup difficulty | moderate | hard | moderate |
| Complexity | 2/5 | 4/5 | 3/5 |
| Audience | general | developer | developer |
Figures from each repo's GitHub metadata at analysis time.
Requires sourcing the original Japanese MS-DOS 5.00A-H disk images yourself before patches can be applied.
This project is an unofficial English translation of MS-DOS 5.00 for the PC-98, a Japanese computer platform. Before this project, that version of MS-DOS had never been fully translated into English, which made installing and managing the system difficult for anyone who could not read Japanese. The project specifically translates the eight floppy disk images that make up the MS-DOS 5.00 A installation set, numbered disk 0 through disk 7. For legal reasons, the repository does not include the original Japanese disk images themselves. Instead, it provides a set of IPS patches, which are files that describe changes to apply to an existing disk image rather than a full copy of it. To use the translation, you need to obtain the original Japanese FDI disk images yourself, rename them to match the expected file names, and then apply the patches included in this project. The project includes scripts to automate this patching process on Windows, Linux, and macOS, plus a plain Python script that works the same way across platforms. Before modifying anything, the patching script checks each original disk image against a known checksum to confirm it is the exact version the patches were built for, and by default it writes the translated results into a separate folder so the original images are left untouched. For anyone who prefers not to use the provided scripts, the individual IPS patch files are also included separately and can be applied with any generic IPS patching tool, though the README warns that using the wrong disk image version will produce a corrupted or unusable result. Once the translated disk images are created, they are meant to be used in a PC-98 emulator or written to physical disks so MS-DOS can be installed as normal, starting from the first disk.
An unofficial English translation of PC-98 MS-DOS 5.00, distributed as IPS patches you apply to your own original disk images.
No license is stated in the README, so terms of reuse are unclear.
Setup difficulty is rated moderate, with roughly 30min to a first successful run.
Mainly general.
This repo across BitVibe Labs
Verify against the repo before relying on details.