Skip to content

Commit 62fd36e

Browse files
committed
update Windows ME, Windows NT 3.51 and Windows 3.0 images
(thanks @SuperMaxusa)
1 parent 20f08e5 commit 62fd36e

1 file changed

Lines changed: 15 additions & 5 deletions

File tree

src/browser/main.js

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -885,13 +885,13 @@ function onload()
885885
id: "windows-me",
886886
memory_size: 256 * 1024 * 1024,
887887
hda: {
888-
url: host + "windowsme-v2/.img",
889-
size: 834666496,
888+
url: host + "windowsme-v3/.img",
889+
size: 1073741824,
890890
async: true,
891891
fixed_chunk_size: 256 * 1024,
892892
use_parts: true,
893893
},
894-
state: { url: host + "windows-me_state-v2.bin.zst" },
894+
state: { url: host + "windows-me_state-v3.bin.zst" },
895895
name: "Windows ME",
896896
},
897897
{
@@ -911,7 +911,7 @@ function onload()
911911
id: "windowsnt35",
912912
memory_size: 256 * 1024 * 1024,
913913
hda: {
914-
url: host + "windowsnt351/.img",
914+
url: host + "windowsnt351-v2/.img",
915915
size: 163577856,
916916
async: true,
917917
fixed_chunk_size: 256 * 1024,
@@ -992,7 +992,7 @@ function onload()
992992
name: "Windows 95",
993993
},
994994
{
995-
id: "windows30",
995+
id: "windows30-old",
996996
memory_size: 64 * 1024 * 1024,
997997
cdrom: {
998998
url: host + "Win30.iso",
@@ -1001,6 +1001,16 @@ function onload()
10011001
},
10021002
name: "Windows 3.0",
10031003
},
1004+
{
1005+
id: "windows30",
1006+
memory_size: 128 * 1024 * 1024,
1007+
hda: {
1008+
url: host + "windows30.img",
1009+
size: 25165824,
1010+
async: false,
1011+
},
1012+
name: "Windows 3.0",
1013+
},
10041014
{
10051015
id: "windows31",
10061016
memory_size: 64 * 1024 * 1024,

0 commit comments

Comments
 (0)