For those machines that don't need to autoMount a diskette either in drive A or drive B, explicitly indicate so (it will also save a tiny bit of load time)
This commit is contained in:
parent
6d019e7d9d
commit
935ece2c26
5 changed files with 10 additions and 0 deletions
|
|
@ -11,6 +11,8 @@ machines:
|
|||
autoMount:
|
||||
A:
|
||||
name: None
|
||||
B:
|
||||
name: None
|
||||
---
|
||||
|
||||
Microsoft Windows/386 2.0 existed as the following "point releases":
|
||||
|
|
|
|||
|
|
@ -10,6 +10,8 @@ machines:
|
|||
autoMount:
|
||||
A:
|
||||
name: None
|
||||
B:
|
||||
name: None
|
||||
---
|
||||
|
||||
Microsoft Windows 3.00
|
||||
|
|
|
|||
|
|
@ -12,6 +12,8 @@ machines:
|
|||
autoMount:
|
||||
A:
|
||||
name: None
|
||||
B:
|
||||
name: None
|
||||
---
|
||||
|
||||
Microsoft Windows 3.10
|
||||
|
|
|
|||
|
|
@ -11,6 +11,8 @@ machines:
|
|||
autoMount:
|
||||
A:
|
||||
name: None
|
||||
B:
|
||||
name: None
|
||||
---
|
||||
|
||||
Microsoft Windows 95 (First Retail Release)
|
||||
|
|
|
|||
|
|
@ -12,6 +12,8 @@ machines:
|
|||
autoMount:
|
||||
A:
|
||||
name: None
|
||||
B:
|
||||
name: None
|
||||
---
|
||||
|
||||
Microsoft Windows 95 (First Retail Release) with Debugger
|
||||
|
|
|
|||
Loading…
Reference in a new issue