pcjs/disks/pc/windows/2.03
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Jeff Parsons c8aec14b0b Follow my own advice and write any 32-bit hex constant > 0x7fffffff as (constant|0)
The Closure Compiler does a fine job of replacing all such expressions with their decimal equivalent, relieving us from having to calculate them ourselves, and eliminating any runtime impact
2015-02-19 11:18:40 -08:00
..
manifest.xml Follow my own advice and write any 32-bit hex constant > 0x7fffffff as (constant|0) 2015-02-19 11:18:40 -08:00
README.md Enhanced INT return handling, and reorganized some disks. 2014-12-13 10:09:13 -08:00
WIN203-DISK1-SETUP.json Enhanced INT return handling, and reorganized some disks. 2014-12-13 10:09:13 -08:00
WIN203-DISK2-BUILD.json Enhanced INT return handling, and reorganized some disks. 2014-12-13 10:09:13 -08:00
WIN203-DISK3-DISPLAYS.json Enhanced INT return handling, and reorganized some disks. 2014-12-13 10:09:13 -08:00
WIN203-DISK4-UTILS1.json Enhanced INT return handling, and reorganized some disks. 2014-12-13 10:09:13 -08:00
WIN203-DISK5-UTILS2.json Enhanced INT return handling, and reorganized some disks. 2014-12-13 10:09:13 -08:00
WIN203-DISK6-FONTS1.json Enhanced INT return handling, and reorganized some disks. 2014-12-13 10:09:13 -08:00
WIN203-DISK7-FONTS2.json Enhanced INT return handling, and reorganized some disks. 2014-12-13 10:09:13 -08:00
WIN203-DISK8-APPS.json Enhanced INT return handling, and reorganized some disks. 2014-12-13 10:09:13 -08:00
WIN203-DISK9-WRITE.json Enhanced INT return handling, and reorganized some disks. 2014-12-13 10:09:13 -08:00

Windows 2.03 Installation Disks

Manifest updated using:

diskdump --disk=private/WIN203-DISK1-SETUP.img --format=json --output=WIN203-DISK1-SETUP.json --manifest
diskdump --disk=private/WIN203-DISK2-BUILD.img --format=json --output=WIN203-DISK2-BUILD.json --manifest
diskdump --disk=private/WIN203-DISK3-DISPLAYS.img --format=json --output=WIN203-DISK3-DISPLAYS.json --manifest
diskdump --disk=private/WIN203-DISK4-UTILS1.img --format=json --output=WIN203-DISK4-UTILS1.json --manifest
diskdump --disk=private/WIN203-DISK5-UTILS2.img --format=json --output=WIN203-DISK5-UTILS2.json --manifest
diskdump --disk=private/WIN203-DISK6-FONTS1.img --format=json --output=WIN203-DISK6-FONTS1.json --manifest
diskdump --disk=private/WIN203-DISK7-FONTS2.img --format=json --output=WIN203-DISK7-FONTS2.json --manifest
diskdump --disk=private/WIN203-DISK8-APPS.img --format=json --output=WIN203-DISK8-APPS.json --manifest
diskdump --disk=private/WIN203-DISK9-WRITE.img --format=json --output=WIN203-DISK9-WRITE.json --manifest

The original diskettes are not part of the repository/website.