README and JSON updates

This commit is contained in:
Jeff Parsons 2016-05-23 13:16:25 -07:00
commit a54d5564a7
43 changed files with 15526 additions and 3931 deletions

View file

@ -12,7 +12,7 @@ IBM PC Disk Library
---
This [Disk Library](/disks/pcx86/library.xml) lists all the [Disk Manifests](#disk-manifests) in the
[PCjs Project](/docs/about/pcjs/), and makes those disks available to any [IBM PC Machine](/devices/pcx86/machine/)
[PCjs Project](/docs/about/), and makes those disks available to any [IBM PC Machine](/devices/pcx86/machine/)
in the project that uses the library. However, most machines use the *[compiled](/disks/pcx86/compiled/library.xml)*
form of the library in order to reduce machine load time.

View file

@ -16,10 +16,14 @@ These disk images are used by various [Model 5160](/devices/pcx86/machine/5160/)
To use one of these disks with another machine configuration, include:
<hdc id="hdcXT" drives='[{name:"10Mb Hard Drive",path:"/disks/pcx86/fixed/10mb/PCDOS200-WIN101-CGA.json",type:3}]'/>
```xml
<hdc id="hdcXT" drives='[{name:"10Mb Hard Drive",path:"/disks/pcx86/fixed/10mb/PCDOS200-WIN101-CGA.json",type:3}]'/>
```
in the *machine.xml* file. Alternatively, you can include it by reference:
<hdc ref="/disks/pcx86/fixed/10mb/pcdos200-win101-cga.xml"/>
```xml
<hdc ref="/disks/pcx86/fixed/10mb/pcdos200-win101-cga.xml"/>
```
Of course, if your machine configuration file is on a different server, the *ref* path will likely be different.