Try to be more consistent when referring to disks vs. drives (eg, Drive Controllers, not Disk Controllers)
This commit is contained in:
parent
1cc5b58c1e
commit
b04ef7e49f
40 changed files with 5266 additions and 68 deletions
|
|
@ -16,7 +16,7 @@ These disk images are used by various [Model 5160](/devices/pc/machine/5160/) ma
|
|||
|
||||
To use one of these disks with another machine configuration, include:
|
||||
|
||||
<hdc id="hdcXT" drives='[{name:"10Mb Hard Disk",path:"/disks/pc/fixed/10mb/PCDOS200-WIN101-CGA.json",type:3}]'/>
|
||||
<hdc id="hdcXT" drives='[{name:"10Mb Hard Drive",path:"/disks/pc/fixed/10mb/PCDOS200-WIN101-CGA.json",type:3}]'/>
|
||||
|
||||
in the *machine.xml* file. Alternatively, you can include it by reference:
|
||||
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<hdc id="hdcXT" drives='[{name:"10Mb Hard Disk",path:"/disks/pc/fixed/10mb/PCDOS200-WIN101-CGA.json",type:3}]'/>
|
||||
<hdc id="hdcXT" drives='[{name:"10Mb Hard Drive",path:"/disks/pc/fixed/10mb/PCDOS200-WIN101-CGA.json",type:3}]'/>
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<hdc id="hdcXT" drives='[{name:"10Mb Hard Disk",path:"/disks/pc/fixed/10mb/PCDOS200-WIN101-EGA.json",type:3}]'/>
|
||||
<hdc id="hdcXT" drives='[{name:"10Mb Hard Drive",path:"/disks/pc/fixed/10mb/PCDOS200-WIN101-EGA.json",type:3}]'/>
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<hdc id="hdcAT" type="at" drives='[{name:"20Mb Hard Disk",type:2,path:"/disks/pc/fixed/20mb/PCDOS330-EMPTY.json"}]' pos="left" padleft="8px" padbottom="8px">
|
||||
<hdc id="hdcAT" type="at" drives='[{name:"20Mb Hard Drive",type:2,path:"/disks/pc/fixed/20mb/PCDOS330-EMPTY.json"}]' pos="left" padleft="8px" padbottom="8px">
|
||||
<control type="button" binding="saveHD0">Save HD</control>
|
||||
</hdc>
|
||||
|
|
|
|||
Loading…
Reference in a new issue