From f8821a8f86da0a23664126276a10e6e84e9c251b Mon Sep 17 00:00:00 2001 From: Jeff Parsons Date: Tue, 12 Apr 2016 10:57:45 -0700 Subject: [PATCH] More disk README updates --- disks/pc/README.md | 8 ++++---- disks/pc/tools/README.md | 14 ++++++++++++++ disks/pc/tools/misc/README.md | 12 ++++++++++++ 3 files changed, 30 insertions(+), 4 deletions(-) create mode 100644 disks/pc/tools/README.md create mode 100644 disks/pc/tools/misc/README.md diff --git a/disks/pc/README.md b/disks/pc/README.md index 054d06514..c330bad6e 100644 --- a/disks/pc/README.md +++ b/disks/pc/README.md @@ -33,26 +33,26 @@ computer diagnostics, programming tools, and more. * [MINIX](minix/) * [Unix](unix/) -### [Applications](apps/) +### Applications * [Lotus 1-2-3](apps/lotus/123/) * [MicroPro WordStar](apps/micropro/wordstar/) * [Microsoft Chart](apps/microsoft/chart/) * [Microsoft Word](apps/microsoft/word/) -### [Games](games/) +### Games * [id Software](games/id/) * [Infocom](games/infocom/) * [Microsoft](games/microsoft/) -### [Tools](tools/) +### Tools * [Borland Tools](tools/borland/) * [IBM PC Diagnostics](diags/ibm/) * [Microsoft Tools](tools/microsoft/) -### [Tests](tests/) +### Tests * [VGA "Black Book" Tests](/tests/pc/vga/) diff --git a/disks/pc/tools/README.md b/disks/pc/tools/README.md new file mode 100644 index 000000000..5e7ea8c9b --- /dev/null +++ b/disks/pc/tools/README.md @@ -0,0 +1,14 @@ +--- +layout: page +title: PC Tools +permalink: /disks/pc/tools/ +--- + +PC Tools +--- + +Information is available for tools from these vendors: + +* [Borland](borland/) +* [Microsoft](microsoft/) +* [Other](misc/) diff --git a/disks/pc/tools/misc/README.md b/disks/pc/tools/misc/README.md new file mode 100644 index 000000000..c9d4fe9ef --- /dev/null +++ b/disks/pc/tools/misc/README.md @@ -0,0 +1,12 @@ +--- +layout: page +title: Other PC Tools +permalink: /disks/pc/tools/misc/ +--- + +Other PC Tools +--- + +Information is available for these miscellaneous tools: + +* [Enhanced DEBUG](debugx/)