More README updates
This commit is contained in:
parent
ce068f2655
commit
89f92538bd
2 changed files with 12 additions and 3 deletions
10
devices/pc/machine/compaq/deskpro386/ega/2048kb/machine.md
Normal file
10
devices/pc/machine/compaq/deskpro386/ega/2048kb/machine.md
Normal file
|
|
@ -0,0 +1,10 @@
|
||||||
|
---
|
||||||
|
layout: page
|
||||||
|
title: "Compaq DeskPro 386 with EGA, 2Mb RAM"
|
||||||
|
permalink: /devices/pc/machine/compaq/deskpro386/ega/2048kb/
|
||||||
|
machines:
|
||||||
|
- type: pc-dbg
|
||||||
|
id: deskpro386
|
||||||
|
---
|
||||||
|
|
||||||
|
{% include machine.html id="deskpro386" %}
|
||||||
|
|
@ -160,9 +160,8 @@ If necessary, you can also reverse the process, converting a JSON disk image bac
|
||||||
|
|
||||||
http://localhost:8088/api/v1/dump?disk=http://www.pcjs.org/disks/pc/dos/ibm/1.00/PCDOS100.json&format=img
|
http://localhost:8088/api/v1/dump?disk=http://www.pcjs.org/disks/pc/dos/ibm/1.00/PCDOS100.json&format=img
|
||||||
|
|
||||||
Although PCjs will accept IMG disk image files, it must call the [DiskDump API](/api/v1/dump)
|
Although PCjs will accept IMG disk image files, it must call the **DiskDump API** to convert the image
|
||||||
to convert the image every time it's loaded, so it's *much* faster and more efficient to use pre-converted
|
every time it's loaded, so it's *much* faster and more efficient to use pre-converted JSON-encoded disk images.
|
||||||
JSON-encoded disk images.
|
|
||||||
|
|
||||||
Remember that PC and PC XT machines supported only 160Kb diskettes (on any version of PC-DOS),
|
Remember that PC and PC XT machines supported only 160Kb diskettes (on any version of PC-DOS),
|
||||||
320Kb diskettes (on PC-DOS 1.1 and higher), and 180Kb and 360Kb diskettes (on PC-DOS 2.0 and higher).
|
320Kb diskettes (on PC-DOS 1.1 and higher), and 180Kb and 360Kb diskettes (on PC-DOS 2.0 and higher).
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue