Disk in current drive can now be saved as an IMG file, and groundwork has been laid for saving an entire machine
This commit is contained in:
parent
092f07fa9b
commit
9c2ec7a20b
17 changed files with 1684 additions and 1549 deletions
|
|
@ -12,7 +12,7 @@
|
|||
<keyboard ref="/devices/pc/keyboard/keyboard-minimal.xml"/>
|
||||
<debugger id="debugger"/>
|
||||
<panel ref="/devices/pc/panel/wide.xml"/>
|
||||
<fdc ref="/disks/pc/compiled/library.xml" width="320px"/>
|
||||
<fdc ref="/disks/pc/compiled/library.xml"/>
|
||||
<chipset id="chipset" model="5160" sw1="01001001" pos="left" padleft="8px" padbottom="8px">
|
||||
<control type="switches" label="SW1" binding="sw1" left="0px"/>
|
||||
<control type="description" binding="swdesc" left="0px"/>
|
||||
|
|
|
|||
|
|
@ -9,6 +9,7 @@ machines:
|
|||
uncompiled: true
|
||||
autopower: false
|
||||
build: build-pc
|
||||
sitemap: false
|
||||
---
|
||||
|
||||
Build Your Own PC
|
||||
|
|
|
|||
Loading…
Reference in a new issue