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.10</version>
|
|
<type>DOS</type>
|
|
<category>Operating System</category>
|
|
<author>IBM/Microsoft</author>
|
|
<releaseDate/>
|
|
<disk id="disk01" href="/disks/pc/dos/ibm/2.10/PCDOS210-DISK1.json" md5="b1619fb749fada3720daac99a7c1a8df" md5json="f6c9f4bd063b3dbdee29b8b97aa4fe48">
|
|
<name>PC-DOS 2.10 (Disk 1)</name>
|
|
</disk>
|
|
<disk id="disk02" href="/disks/pc/dos/ibm/2.10/PCDOS210-DISK2.json" md5="52146e5373f8a969f807f0fe63713e29" md5json="348286964aeb589301c8f721506af583">
|
|
<name>PC-DOS 2.10 (Disk 2)</name>
|
|
</disk>
|
|
</manifest> |