Add redirects for all the (moved) disk folders

This commit is contained in:
Jeff Parsons 2016-05-23 14:34:57 -07:00
commit 6b7515045f
189 changed files with 419 additions and 6 deletions

View file

@ -10,14 +10,11 @@ IBM PC Control Panels
---
A *[Control Panel](/docs/pcx86/panel/)* is a collection of machine controls (e.g., buttons, register values, etc)
bound to the *[CPU](/docs/pcx86/cpu/)* and *[Debugger](/docs/pcx86/debugger/)* components and usually defined in a
separate XML file.
bound to the *[Computer](/docs/pcx86/computer/)*, *[CPU](/docs/pcx86/cpu/)*, *[Debugger](/docs/pcx86/debugger/)*,
and *[Keyboard](/docs/pcx86/keyboard/)* components and usually defined in a separate XML file.
The following predefined IBM PC *[Control Panel](/docs/pcx86/panel/)* XML configuration are currently available:
- [default.xml](default.xml) (a simple layout for 8086/8088-based machines)
- [wide.xml](wide.xml) (a wide version of default.xml)
- [wide386.xml](wide386.xml) (a wide version of default.xml for 80386-based machines)
The visual controls described by these layouts are provided by the *[Computer](/docs/pcx86/computer/)*,
*[CPU](/docs/pcx86/cpu/)*, *[Keyboard](/docs/pcx86/keyboard/)*, and *[Debugger](/docs/pcx86/debugger/)* components.