mirror of
https://github.com/copy/v86.git
synced 2025-12-31 04:23:15 +00:00
add Windows NT 3.51 with IE 3 and Visual FoxPro (#1204)
thanks @SuperMaxusa
This commit is contained in:
parent
2bbbebdf6e
commit
a513700039
1 changed files with 12 additions and 0 deletions
|
|
@ -809,6 +809,18 @@
|
|||
name: "Windows NT 4.0",
|
||||
cpuid_level: 2,
|
||||
},
|
||||
{
|
||||
id: "windowsnt35",
|
||||
memory_size: 256 * 1024 * 1024,
|
||||
hda: {
|
||||
url: host + "windowsnt351/.img",
|
||||
size: 163577856,
|
||||
async: true,
|
||||
fixed_chunk_size: 256 * 1024,
|
||||
use_parts: true,
|
||||
},
|
||||
name: "Windows NT 3.51",
|
||||
},
|
||||
{
|
||||
id: "windowsnt3",
|
||||
memory_size: 256 * 1024 * 1024,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue