Fixed support for compiled scripts, and improved error reporting if XML transformation didn't produce a valid machine element
This commit is contained in:
parent
629693ed8f
commit
cd36be4e19
4 changed files with 54 additions and 7 deletions
|
|
@ -5,9 +5,42 @@ permalink: /devices/c1p/machine/8kb/array/
|
|||
machines:
|
||||
- type: c1p
|
||||
id: osi1
|
||||
config: /devices/c1p/machine/8kb/small/machine.xml
|
||||
- type: c1p
|
||||
id: osi2
|
||||
config: /devices/c1p/machine/8kb/small/machine.xml
|
||||
- type: c1p
|
||||
id: osi3
|
||||
config: /devices/c1p/machine/8kb/small/machine.xml
|
||||
- type: c1p
|
||||
id: osi4
|
||||
config: /devices/c1p/machine/8kb/small/machine.xml
|
||||
- type: c1p
|
||||
id: osi5
|
||||
config: /devices/c1p/machine/8kb/small/machine.xml
|
||||
- type: c1p
|
||||
id: osi6
|
||||
config: /devices/c1p/machine/8kb/small/machine.xml
|
||||
- type: c1p
|
||||
id: osi7
|
||||
config: /devices/c1p/machine/8kb/small/machine.xml
|
||||
- type: c1p
|
||||
id: osi8
|
||||
config: /devices/c1p/machine/8kb/small/machine.xml
|
||||
- type: c1p
|
||||
id: osi9
|
||||
config: /devices/c1p/machine/8kb/small/machine.xml
|
||||
---
|
||||
|
||||
Challenger 1P (8Kb) "Server Array"
|
||||
---
|
||||
|
||||
{% include machine.html id="osi1" %}
|
||||
{% include machine.html id="osi2" %}
|
||||
{% include machine.html id="osi3" %}
|
||||
{% include machine.html id="osi4" %}
|
||||
{% include machine.html id="osi5" %}
|
||||
{% include machine.html id="osi6" %}
|
||||
{% include machine.html id="osi7" %}
|
||||
{% include machine.html id="osi8" %}
|
||||
{% include machine.html id="osi9" %}
|
||||
|
|
|
|||
Loading…
Reference in a new issue