Initial commit (a clone of the jsmachines project as of v1.15.3)
This commit is contained in:
commit
a5e3e6a59d
714 changed files with 130602 additions and 0 deletions
1
disks/pc/fixed/win101/10mb-ega.json
Normal file
1
disks/pc/fixed/win101/10mb-ega.json
Normal file
File diff suppressed because one or more lines are too long
1
disks/pc/fixed/win101/10mb.json
Normal file
1
disks/pc/fixed/win101/10mb.json
Normal file
File diff suppressed because one or more lines are too long
15
disks/pc/fixed/win101/README.md
Normal file
15
disks/pc/fixed/win101/README.md
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
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 disk image is used by various [Model 5160 CGA](/configs/pc/machines/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}]'/>
|
||||
|
||||
in your machine.xml file. Alternatively, you can include it by reference:
|
||||
|
||||
<hdc ref="/configs/pc/disks/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