pcjs/disks/pc/dos/microsoft/3.30a/manifest.xml
Jeff Parsons 0f06c3f039 The 5170 AT hard disk controller is limping along now, so I'm getting ready for a 1.15.4 release
Some other interesting bugs were fixed along the way:
the Video component incorrectly assumed that masking a negative number with 0x80000000 would yield 0x80000000 (it actually yields -0x80000000, thank you JavaScript);
the ChipSet component provides a new addCMOSMemory() interface that RAM objects can use to bump the CMOS total to match the actual total;
the CPU properly implements INSW and OUTSW instructions now (kind of important for the AT hard disk controller)
2014-10-08 16:15:12 -07:00

18 lines
No EOL
882 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="/versions/pcjs/1.15.4/manifest.xsl"?>
<manifest type="software">
<title>MS-DOS</title>
<version>3.30a</version>
<type>DOS</type>
<category>Operating System</category>
<author>Microsoft</author>
<releaseDate/>
<disk id="disk01" href="/disks/pc/dos/microsoft/3.30a/MSDOS330A-DISK1.json" md5="61f5d8b660b19eca0fc3447d4c3470c4" md5json="f07e490605f43bda1919ca6225a816b7">
<name>MS-DOS 3.30a (Disk 1)</name>
<from href="http://www.hampa.ch/pub/software/DOS/DOS/PC-DOS%203.30a%20360K.7z"/>
</disk>
<disk id="disk02" href="/disks/pc/dos/microsoft/3.30a/MSDOS330A-DISK2.json" md5="c410e312c3f8d451e57bed6913eb74b7" md5json="91e5a3d62453e999adf133e327e2e5e1">
<name>MS-DOS 3.30a (Disk 2)</name>
<from href="http://www.hampa.ch/pub/software/DOS/DOS/PC-DOS%203.30a%20360K.7z"/>
</disk>
</manifest>