doc: fixes to rt-linux tutorial

Fix a typo in the doc and add some formatting.

Signed-off-by: David B. Kinder <david.b.kinder@intel.com>
This commit is contained in:
David B. Kinder 2019-01-30 21:43:53 -08:00 committed by David Kinder
parent 1a4a1c3045
commit ea250c5147
1 changed files with 3 additions and 3 deletions

View File

@ -63,8 +63,8 @@ system on Intel KBL NUC with a SATA SSD as ``/dev/sda`` and an NVME SSD as
.. note:: This patch will report one conflict with ``base.c`` that .. note:: This patch will report one conflict with ``base.c`` that
you can ignore. you can ignore.
#. Edit the ``kernel_config_uos`` config file: search the keyword #. Edit the ``kernel_config_uos`` config file: search for the keyword
"NVME Support", delete "# CONFIG_BLK_DEV_NVME is not set" and add two lines under “NVME Support” to enable "NVME Support", delete ``# CONFIG_BLK_DEV_NVME is not set`` and add two lines under "NVME Support" to enable
the NVME driver in RT kernel:: the NVME driver in RT kernel::
CONFIG_NVME_CORE=y CONFIG_NVME_CORE=y
@ -109,7 +109,7 @@ system on Intel KBL NUC with a SATA SSD as ``/dev/sda`` and an NVME SSD as
$ sudo ./launch_hard_rt_vm.sh $ sudo ./launch_hard_rt_vm.sh
#. At this point, youve successfully launched the real-time VM and #. At this point, you've successfully launched the real-time VM and
Guest OS. You can verify a preemptible kernel was loaded using Guest OS. You can verify a preemptible kernel was loaded using
the ``uname -a`` command: the ``uname -a`` command: