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)
16 lines
No EOL
701 B
XML
16 lines
No EOL
701 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>PC-DOS</title>
|
|
<version>2.00</version>
|
|
<type>DOS</type>
|
|
<category>Operating System</category>
|
|
<author>IBM/Microsoft</author>
|
|
<releaseDate/>
|
|
<disk id="disk01" href="/disks/pc/dos/ibm/2.00/PCDOS200-DISK1.json" md5="d57ceef82122790d1c0ff7bebc12f90a" md5json="2507c02da6cbafe9a94a35cbdd993be2">
|
|
<name>PC-DOS 2.00 (Disk 1)</name>
|
|
</disk>
|
|
<disk id="disk02" href="/disks/pc/dos/ibm/2.00/PCDOS200-DISK2.json" md5="1c7aac53c78446992f8821cf42d04c4a" md5json="b66e296319c1f97990b596b1aa376d39">
|
|
<name>PC-DOS 2.00 (Disk 2)</name>
|
|
</disk>
|
|
</manifest> |