Support for overriding machine hard drive(s)

This commit is contained in:
Jeff Parsons 2016-03-10 00:54:34 -08:00
commit e9e7ccf6f2
17 changed files with 370 additions and 310 deletions

View file

@ -6,11 +6,11 @@ machines:
- id: deskpro386
type: pc
debugger: true
config: /devices/pc/machine/compaq/deskpro386/ega/4096kb/machine.xml
autoMount:
A:
path: /disks/pc/os2/misc/football/FOOTBALL-76817.json
messages: warn
config: /devices/pc/machine/compaq/deskpro386/ega/4096kb/machine.xml
---
OS/2 FOOTBALL Boot Disk (v7.68.17)

View file

@ -6,7 +6,10 @@ machines:
- type: pc
id: deskpro386
debugger: true
state: deskpro386.json
config: /devices/pc/machine/compaq/deskpro386/vga/4096kb/machine.xml
drives: '[{name:"68Mb Hard Disk",type:4,path:"http://archive.pcjs.org/disks/pc/fixed/68mb/win95.json"}]'
autoMount: ''
---
Microsoft Windows 95 (First Retail Release)

File diff suppressed because one or more lines are too long