Link updates

This commit is contained in:
Jeff Parsons 2016-05-23 14:14:42 -07:00
commit d29ef36ea1
30 changed files with 84 additions and 66 deletions

View file

@ -28,7 +28,7 @@ pre-loaded), what kind of video adapter (MDA, CGA, EGA or VGA), serial ports, mo
[Documentation](/docs/pcx86/) for details.
+ Excellent IBM hardware compatibility ensures all the original IBM BIOS ROMs operate properly, and that the
machines run at their original speed. Even obsolete hardware, such as the original PC XT hard disk controller,
machines run at their original speed. Even obsolete hardware, such as the original PC XT hard drive controller,
is supported.
+ The CPU component is easily configured to emulate an 8088, 80186, 80286, or 80386. A target speed can also

View file

@ -29,7 +29,7 @@ of XSL and CSS support files (included in the ZIP file below).
A PCx86 machine XML file defines all a machine's components, including:
* [Chipset](chipset/)
* [ChipSet](chipset/)
* [Computer](computer/)
* [Control Panel](panel/)
* [CPU](cpu/)
@ -42,7 +42,7 @@ A PCx86 machine XML file defines all a machine's components, including:
* [ROM](rom/)
* [Parallel Port](parallel/)
* [Serial Port](serial/)
* [Video Adapter](video/)
* [Video](video/)
Here's a simple machine XML file that includes an 8088 CPU and 16Kb of RAM:
@ -88,7 +88,7 @@ Note that as soon as the machine is ready and the CPU starts running, the "Run"
</machine>
```
Next, we can add a Floppy Disk Controller (FDC) component. And since we want to be able to "load" and "unload" floppy
Next, we can add a Floppy Drive Controller (FDC) component. And since we want to be able to "load" and "unload" floppy
disks at will, we'll include some UI controls.
```xml

View file

@ -40,7 +40,7 @@ Bindings
For use with a control of type *list*. The list will be populated automatically with a series of &lt;option&gt;
elements based on the number of floppy drives, as determined by the SW1 settings obtained from the
[ChipSet](/docs/pcx86/chipset/) component.
*[ChipSet](/docs/pcx86/chipset/)* component.
* *listDisks*

View file

@ -16,8 +16,8 @@ Format
Purpose
---
Creates an instance of the Control Panel component, which simply acts as a container for controls that the
machine wants to bind to the [Computer](/docs/pcx86/computer/), [CPU](/docs/pcx86/cpu/), [Keyboard](/docs/pcx86/keyboard/)
and/or [Debugger](/docs/pcx86/debugger/) components.
machine wants to bind to the *[Computer](/docs/pcx86/computer/)*, *[CPU](/docs/pcx86/cpu/)*,
*[Keyboard](/docs/pcx86/keyboard/)* and/or *[Debugger](/docs/pcx86/debugger/)* components.
Attributes
---
@ -25,8 +25,8 @@ None.
Bindings
---
Refer to available bindings in the [Computer](/docs/pcx86/computer/), [CPU](/docs/pcx86/cpu/), [Keyboard](/docs/pcx86/keyboard/)
and [Debugger](/docs/pcx86/debugger/) components.
Refer to available bindings in the *[Computer](/docs/pcx86/computer/)*, *[CPU](/docs/pcx86/cpu/)*,
*[Keyboard](/docs/pcx86/keyboard/)* and *[Debugger](/docs/pcx86/debugger/)* components.
Example
---

View file

@ -26,7 +26,7 @@ Attributes
* *size* (optional; default is 0x00000)
The amount of RAM, in bytes. If the size is omitted (or 0), the [ChipSet](/docs/pcx86/chipset/) component
The amount of RAM, in bytes. If the size is omitted (or 0), the *[ChipSet](/docs/pcx86/chipset/)* component
is queried for the amount of RAM indicated by SW1/SW2.
* *test* (optional; default is true)