Work begins on v1.20.9, starting with support for an autoPower machine parameter (which can be encoded as autopower in the Front Matter of a web page)
This commit is contained in:
parent
a9e5979406
commit
3b4cc494c8
165 changed files with 622 additions and 584 deletions
15
devices/pc/machine/custom/README.md
Normal file
15
devices/pc/machine/custom/README.md
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
---
|
||||
layout: page
|
||||
title: Build Your Own PC
|
||||
permalink: /devices/pc/machine/custom/
|
||||
machines:
|
||||
- type: pc
|
||||
id: custom
|
||||
autopower: true
|
||||
config: /devices/pc/machine/5150/mda/64kb/machine.xml
|
||||
---
|
||||
|
||||
Build Your Own PC
|
||||
---
|
||||
|
||||
{% include machine.html id="custom" %}
|
||||
Loading…
Reference in a new issue