pcjs/pubs/pc/software/windows/sdk20/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

22 lines
No EOL
1.2 KiB
XML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="/versions/pcjs/1.15.4/manifest.xsl"?>
<manifest type="document">
<title>Microsoft Windows Software Development Kit</title>
<version>2.0</version>
<source href="http://os2museum.com">os2museum.com</source>
<document href="http://www.os2museum.com/files/docs/win20sdk/windows-2.0-sdk-prgref-1987.pdf">
<name id="050051053-200-I02-1087">Programmers Reference</name>
</document>
<document href="http://www.os2museum.com/files/docs/win20sdk/windows-2.0-sdk-tools-1987.pdf">
<name id="050051051-200-I01-1087">Programming Tools</name>
</document>
<document href="http://www.os2museum.com/files/docs/win20sdk/windows-2.0-sdk-styleguide-1987.pdf">
<name id="050051016-200-I01-1087">Application Style Guide</name>
</document>
<document href="http://www.os2museum.com/files/docs/win20sdk/windows-2.0-sdk-extensions-1987.pdf">
<name id="050051010-200-I00-1087">Windows Extensions</name>
</document>
<document href="http://www.os2museum.com/files/docs/win20sdk/windows-2.0-sdk-lguide-1987.pdf">
<name id="050051052-200-I02-1087">Programmer's Learning Guide</name>
</document>
</manifest>