Skip to content

Commit d4f4e36

Browse files
committed
Add Windows 1.0 DR5 for #12
1 parent 039e32f commit d4f4e36

File tree

4 files changed

+23
-1
lines changed

4 files changed

+23
-1
lines changed

document/win1dr5.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Windows 1.0 Development Release 5 是目前网上能够找到的最早的Windows 1.0预发布版本。这个模拟器模拟了该版本在安装有Hercules(HGC)显卡和MS-DOS 2.11的IBM PC兼容机上的状况。

emularity-machine/win1dr5.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"files": [],
3+
"zips": [
4+
{
5+
"targetPath": "c",
6+
"title": "Disk Image",
7+
"source": "https://dnbwg.cdn.bcebos.com/emdosbox/win1dr5.zip"
8+
}
9+
],
10+
"startExe": "startwin.bat",
11+
"introduction": "document/win1dr5.md"
12+
}

images/win1dr5.png

4.43 KB
Loading

machines.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
{
2-
"machines": [
2+
"machines": [
3+
{
4+
"id": "win1dr5",
5+
"name": "Windows 1.0 DR5",
6+
"appname": "",
7+
"year": 1984,
8+
"url": "emularity-machine/win1dr5.json",
9+
"image": "images/win1dr5.png",
10+
"emularity": "dosbox"
11+
},
312
{
413
"id": "laser310",
514
"name": "VTech Laser 310",

0 commit comments

Comments
 (0)