Skip to content

Commit 28220a1

Browse files
committed
Updated Windows SDK pages
1 parent ef67585 commit 28220a1

File tree

6 files changed

+1217
-10
lines changed

6 files changed

+1217
-10
lines changed

.vscode/settings.json

+1
Original file line numberDiff line numberDiff line change
@@ -2255,6 +2255,7 @@
22552255
"REDIR",
22562256
"redirector",
22572257
"Redirector",
2258+
"redistributable",
22582259
"refid",
22592260
"REGD",
22602261
"REGDOTCMD",

_developer.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ url: "http://localhost:4000"
1717
# of unbundled modules (yet), and since the server does not offer any means of controlling XSL rendering (yet),
1818
# the <machine> tag of each XML file must set 'uncompiled' to "true" in order to use uncompiled scripts.
1919
#
20-
# 'site.pcjs.localdisks' can be turned if on you have local copies of PCjs disk images; be sure to remove
21-
# '/disks' from the "exclude" section below as well.
20+
# 'site.pcjs.localdisks' can be turned if on you have local copies of PCjs disk images; be sure to also
21+
# remove '/disks' from the "exclude" section below, and change `softwareLocal` to 'software'.
2222
#
2323
# See https://github.com/jeffpar/pcjs/wiki/Using-a-Local-Web-Server#accessing-disk-images-locally for more
2424
# information.
@@ -48,7 +48,7 @@ exclude:
4848
- /software/pcx86/sys/dos/microsoft/2.11/src
4949
- /tools/pc/disks
5050

51-
software:
51+
softwareLocal:
5252
decdisks:
5353
server: /disks/decdisks
5454
diskettes:

software/pcx86/sdk/windows/3.00/README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
layout: page
3-
title: "Microsoft Windows SDK 3.00 (Standard Mode)"
3+
title: Microsoft Windows SDK 3.00 (Standard Mode)
44
permalink: /software/pcx86/sdk/windows/3.00/
55
preview: https://diskettes.pcjs.org/pcx86/sdk/windows/3.00/WIN30SDK-1200K-DEVTOOLS.jpg
66
machines:
@@ -11,7 +11,8 @@ machines:
1111
drives: '[{name:"30Mb Hard Disk",type:3,path:"/harddisks/pcx86/30mb/MSDOS500-WIN300-VGA.json"}]'
1212
autoMount:
1313
A: None
14-
B: "Windows SDK 3.00 (1200K Disk 1)"
14+
B: Windows SDK 3.00 (1200K Disk 1)
15+
autoType: MODE COM2:9600,N,8,1\rWDEB386 /C:2 C:\\WINDOWS\\WIN.COM\r
1516
---
1617

1718
NOTE: The machine below is an IBM PC AT (8Mhz), which can only run Windows 3.00 in Standard Mode. There is also an [Enhanced Mode](enhanced/) configuration that uses a Compaq Deskpro 386 (16Mhz), but there are some issues with that configuration that need to be resolved before it is usable.

software/pcx86/sdk/windows/3.00/enhanced/README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
layout: page
3-
title: "Microsoft Windows SDK 3.00 (Enhanced Mode)"
3+
title: Microsoft Windows SDK 3.00 (Enhanced Mode)
44
permalink: /software/pcx86/sdk/windows/3.00/enhanced/
55
preview: https://diskettes.pcjs.org/pcx86/sdk/windows/3.00/WIN30SDK-1200K-DEVTOOLS.jpg
66
machines:
@@ -11,7 +11,8 @@ machines:
1111
drives: '[{name:"30Mb Hard Disk",type:3,path:"/harddisks/pcx86/30mb/MSDOS500-WIN300-VGA.json"}]'
1212
autoMount:
1313
A: None
14-
B: "Windows SDK 3.00 (1200K Disk 1)"
14+
B: Windows SDK 3.00 (1200K Disk 1)
15+
autoType: MODE COM2:9600,N,8,1\rWDEB386 /C:2 C:\\WINDOWS\\WIN.COM\r
1516
---
1617

1718
{% include machine.html id="deskpro386" %}

0 commit comments

Comments
 (0)