Random edits, mostly network related

This commit is contained in:
RichardG867
2020-08-31 21:48:42 -03:00
parent 52b4d2773d
commit 2a69e377b1
4 changed files with 13 additions and 9 deletions

View File

@@ -9,7 +9,7 @@ Mouse
Emulate a pointing device. The following mouse types are supported:
* **Bus mouse:** ISA expansion card with a mouse interface. The I/O port and IRQ used by the card are configurable.
* **Serial mouse:** connected to the serial port of your choosing. The selected serial port must be enabled in :ref:`settings/ports:Serial port 1-4`.
* **Serial mouse:** connected to the serial port of your choosing. The selected serial port must be enabled on the :ref:`Ports tab <settings/ports:Serial port 1-4>`.
* **PS/2 mouse:** connected to the PS/2 port. Only available on machines with a PS/2 mouse port.
The *Configure* button opens a new window with settings specific to the selected mouse type, such as the number of buttons, or the serial port for a serial mouse.

View File

@@ -9,8 +9,8 @@ Network type
Network emulation mode to use. See :doc:`../hardware/network` for more information on these.
* **None:** disable networking.
* **PCap:** connects directly to a host network adapter. Similar to the **Bridge** mode on other virtualizers.
* **SLiRP:** creates a private network with a virtual router. Similar to the **NAT** mode on other virtualizers.
* **PCap:** connects directly to a host network adapter. Similar to the **Bridge** mode on other emulators and virtualizers.
* **SLiRP:** creates a private network with a virtual router. Similar to the **NAT** mode on other emulators and virtualizers.
PCap device
-----------