From 89f92538bd558c4cc9452dc91739054bfe4dfabf Mon Sep 17 00:00:00 2001 From: Jeff Parsons Date: Sun, 13 Dec 2015 16:48:31 -0800 Subject: [PATCH] More README updates --- .../pc/machine/compaq/deskpro386/ega/2048kb/machine.md | 10 ++++++++++ docs/pcjs/README.md | 5 ++--- 2 files changed, 12 insertions(+), 3 deletions(-) create mode 100644 devices/pc/machine/compaq/deskpro386/ega/2048kb/machine.md diff --git a/devices/pc/machine/compaq/deskpro386/ega/2048kb/machine.md b/devices/pc/machine/compaq/deskpro386/ega/2048kb/machine.md new file mode 100644 index 000000000..e522fc87d --- /dev/null +++ b/devices/pc/machine/compaq/deskpro386/ega/2048kb/machine.md @@ -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" %} diff --git a/docs/pcjs/README.md b/docs/pcjs/README.md index e94f56ac4..7af528712 100644 --- a/docs/pcjs/README.md +++ b/docs/pcjs/README.md @@ -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 -Although PCjs will accept IMG disk image files, it must call the [DiskDump API](/api/v1/dump) -to convert the image every time it's loaded, so it's *much* faster and more efficient to use pre-converted -JSON-encoded disk images. +Although PCjs will accept IMG disk image files, it must call the **DiskDump API** to convert the image +every time it's loaded, so it's *much* faster and more efficient to use pre-converted JSON-encoded disk images. 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).