Fixed disk reorg
This commit is contained in:
parent
5662b2fe19
commit
5fe3eaec56
5 changed files with 4 additions and 4 deletions
|
|
@ -1,12 +1,12 @@
|
|||
10Mb Disk Image with Windows 1.01
|
||||
---
|
||||
This folder contains a 10Mb hard disk image ([10mb.json](10mb.json)) with a Windows 1.01 installation.
|
||||
This folder contains a 10Mb hard disk image ([pcdos200-win101.json](pcdos200-win101.json)) with a Windows 1.01 installation.
|
||||
|
||||
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:
|
||||
|
||||
<hdc id="hdcXT" drives='[{name:"10Mb Hard Disk",path:"/disks/pc/fixed/win101/10mb.json",type:3}]'/>
|
||||
<hdc id="hdcXT" drives='[{name:"10Mb Hard Disk",path:"/disks/pc/fixed/10mb/pcdos200-win101.json",type:3}]'/>
|
||||
|
||||
in your machine.xml file. Alternatively, you can include it by reference:
|
||||
|
||||
|
|
@ -1,2 +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}]'/>
|
||||
<hdc id="hdcXT" drives='[{name:"10Mb Hard Disk",path:"/disks/pc/fixed/10mb/pcdos200-win101-ega.json",type:3}]'/>
|
||||
|
|
|
|||
|
|
@ -1,2 +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}]'/>
|
||||
<hdc id="hdcXT" drives='[{name:"10Mb Hard Disk",path:"/disks/pc/fixed/10mb/pcdos200-win101.json",type:3}]'/>
|
||||
|
|
|
|||
Loading…
Reference in a new issue