diff --git a/devices/pcx86/machine/README.md b/devices/pcx86/machine/README.md index 08fe87365..47b0d6903 100644 --- a/devices/pcx86/machine/README.md +++ b/devices/pcx86/machine/README.md @@ -8,7 +8,7 @@ redirect_from: --- IBM PC Machine Configurations ---- +----------------------------- PCjs supports these early [IBM PC Machines](#ibm-pc-machines): diff --git a/disks/pcx86/shareware/pcsig08/README.md b/disks/pcx86/shareware/pcsig08/README.md index 6deb8cce9..e426a2661 100644 --- a/disks/pcx86/shareware/pcsig08/README.md +++ b/disks/pcx86/shareware/pcsig08/README.md @@ -13,8 +13,8 @@ PC-SIG Library 8th Edition CD-ROM (April 1990) The machine below has access to all 2,121 diskette images from the PC-SIG Library 8th Edition CD-ROM (April 1990). The directory listings were generated from the folder's [manifest](manifest.xml) using -[disklist](/modules/diskdump/bin/disklist), a custom PCjs JavaScript utility. The same machine is also available -[with the PCjs Debugger](debugger/). +disklist, a custom PCjs JavaScript utility. +The same machine is also available [with the PCjs Debugger](debugger/). {% include machine.html id="pcsig08" %} diff --git a/disks/pcx86/windows/win95/4.00.950/README.md b/disks/pcx86/windows/win95/4.00.950/README.md index 0163047ce..4d282cba5 100644 --- a/disks/pcx86/windows/win95/4.00.950/README.md +++ b/disks/pcx86/windows/win95/4.00.950/README.md @@ -2,6 +2,8 @@ layout: page title: Microsoft Windows 95 (First Retail Release) permalink: /disks/pcx86/windows/win95/4.00.950/ +redirect_from: + - /disks/pc/windows/win95/4.00.950/ machines: - id: deskpro386 type: pcx86 diff --git a/modules/pcx86/README.md b/modules/pcx86/README.md index 96f940ec8..d27604aff 100644 --- a/modules/pcx86/README.md +++ b/modules/pcx86/README.md @@ -5,10 +5,11 @@ permalink: /modules/pcx86/ --- IBM PC Emulation Module (PCx86) -=== +=============================== Overview ---- +-------- + PCx86 is the IBM PC emulation module powering all our [IBM PC Machines](/devices/pcx86/machine/). This module divides PC functionality into variety of logical and visual components. @@ -84,7 +85,7 @@ referencing other components. Device components should define an initBus() noti *Computer* component will call after it has created/initialized the *Bus* component. Features ---- +-------- [List of major existing features goes here] diff --git a/modules/pcx86/bin/README.md b/modules/pcx86/bin/README.md index b15393cd3..7c31cf5e2 100644 --- a/modules/pcx86/bin/README.md +++ b/modules/pcx86/bin/README.md @@ -5,7 +5,7 @@ permalink: /modules/pcx86/bin/ --- Running PCx86 From The Command-Line ---- +----------------------------------- In this *bin* directory, run: @@ -26,15 +26,19 @@ The following output should appear: PCx86 v1.x.x Copyright © 2012-2017 Jeff Parsons License: GPL version 3 or later + warning: Machine component type 'HDC' not found + warning: Machine component type 'Mouse' not found ibm5150.pc-mda-64k object created - PCx86> bus: 8Kb ROM at 000FE000 - bus: 32Kb ROM at 000F6000 - bus: 576Kb RAM at 00000000 - bus: 4Kb VIDEO at 000B0000 + PCx86> Bus: 8Kb ROM at 000FE000 + Bus: 32Kb ROM at 000F6000 + notice: Mounted diskette "PC-DOS 2.00 (Disk 1)" in drive A + notice: Mounted diskette "PC-DOS 2.00 (Disk 2)" in drive B + Bus: 576Kb RAM at 0000 + Bus: 4Kb VIDEO at 000B0000 Type ? for help with PCx86 Debugger commands AX=0000 BX=0000 CX=0000 DX=0000 SP=0000 BP=0000 SI=0000 DI=0000 SS=0000 DS=0000 ES=0000 PS=F002 V0 D0 I0 T0 S0 Z0 A0 P0 C0 - &FFFF:0000 EA5BE000F0 JMP &F000:E05B (romBIOS+0x0000005B) + &FFFF:0000 EA5BE000F0 JMP &F000:E05B (romBIOS+0x005B) Start the machine with a `g` command: