Collapsed /configs into /devices (or in some cases, /apps or /disks), simplifying the structure a bit
This commit is contained in:
parent
c226edd53a
commit
0e8e11d2d8
159 changed files with 1498 additions and 1472 deletions
2
disks/pc/fixed/win101-ega.xml
Normal file
2
disks/pc/fixed/win101-ega.xml
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<hdc id="hdcXT" drives='[{name:"10Mb Hard Disk",path:"/disks/pc/fixed/win101/10mb-ega.json",type:3}]'/>
|
||||
2
disks/pc/fixed/win101.xml
Normal file
2
disks/pc/fixed/win101.xml
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<hdc id="hdcXT" drives='[{name:"10Mb Hard Disk",path:"/disks/pc/fixed/win101/10mb.json",type:3}]'/>
|
||||
|
|
@ -2,7 +2,7 @@
|
|||
---
|
||||
This folder contains a 10Mb hard disk image ([10mb.json](10mb.json)) with a Windows 1.01 installation.
|
||||
|
||||
This disk image is used by various [Model 5160 CGA](/configs/pc/machines/5160/cga/) machine configurations.
|
||||
This disk image is used by various [Model 5160 CGA](/devices/pc/machine/5160/cga/) machine configurations.
|
||||
|
||||
To use it with a machine configuration, include:
|
||||
|
||||
|
|
@ -10,6 +10,6 @@ To use it with a machine configuration, include:
|
|||
|
||||
in your machine.xml file. Alternatively, you can include it by reference:
|
||||
|
||||
<hdc ref="/configs/pc/disks/fixed/win101.xml"/>
|
||||
<hdc ref="/disks/pc/fixed/win101.xml"/>
|
||||
|
||||
Of course, if your machine configuration file is on a different server, the *ref* path will likely be different.
|
||||
|
|
|
|||
Loading…
Reference in a new issue