pcjs/disks/pc/dos/microsoft/3.30/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
873 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.30</version>
<type>DOS</type>
<category>Operating System</category>
<author>Microsoft</author>
<releaseDate/>
<disk id="disk01" href="/disks/pc/dos/microsoft/3.30/MSDOS330-DISK1.json" md5="06b083ce47c8b554b862fa2553cf3ef5" md5json="0fcd1998979e749a19cbb9fdf04942aa">
<name>MS-DOS 3.30 (Disk 1)</name>
<from href="http://www.hampa.ch/pub/software/DOS/DOS/PC-DOS%203.30%20360K.7z"/>
</disk>
<disk id="disk02" href="/disks/pc/dos/microsoft/3.30/MSDOS330-DISK2.json" md5="e0868a5ba87a7c80a07c5c54f002ecb2" md5json="7c3f986cf8d9db68f49e167ed499cc83">
<name>MS-DOS 3.30 (Disk 2)</name>
<from href="http://www.hampa.ch/pub/software/DOS/DOS/PC-DOS%203.30%20360K.7z"/>
</disk>
</manifest>