diff --git a/index.rst b/index.rst index 2c9452c..200decc 100644 --- a/index.rst +++ b/index.rst @@ -30,7 +30,5 @@ Documentation .. toctree:: :maxdepth: 2 - usage/gettingstarted + usage/index settings/index - usage/machinespecific - usage/imageformats diff --git a/settings/peripherals.rst b/settings/peripherals.rst index 4c42d46..961f412 100644 --- a/settings/peripherals.rst +++ b/settings/peripherals.rst @@ -15,7 +15,7 @@ HD Controller Hard disk drive controller card to emulate. Only cards supported by the machine's expansion buses will be listed. -MFM, RLL, ESDI and IDE controllers are available. On machines with onboard IDE, selecting an IDE controller is not necessary. +MFM, RLL, ESDI and IDE controllers are available. Selecting an IDE controller is not necessary for machines with onboard IDE. The *Configure* button opens a new window with settings specific to the selected controller card, such as the BIOS option ROM address. diff --git a/usage/index.rst b/usage/index.rst new file mode 100644 index 0000000..bbe5361 --- /dev/null +++ b/usage/index.rst @@ -0,0 +1,12 @@ +Using 86Box +=========== + +This section contains information on how to use 86Box and its emulated hardware as a whole. + +.. toctree:: + :maxdepth: 2 + :caption: Pages + + gettingstarted + machinespecific + imageformats