File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -63,8 +63,8 @@ system on Intel KBL NUC with a SATA SSD as ``/dev/sda`` and an NVME SSD as
63
63
.. note:: This patch will report one conflict with ``base.c`` that
64
64
you can ignore.
65
65
66
- #. Edit the ``kernel_config_uos `` config file: search the keyword
67
- "NVME Support", delete " # CONFIG_BLK_DEV_NVME is not set" and add two lines under “ NVME Support” to enable
66
+ #. Edit the ``kernel_config_uos `` config file: search for the keyword
67
+ "NVME Support", delete `` # CONFIG_BLK_DEV_NVME is not set `` and add two lines under " NVME Support" to enable
68
68
the NVME driver in RT kernel::
69
69
70
70
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
109
109
110
110
$ sudo ./launch_hard_rt_vm.sh
111
111
112
- #. At this point, you’ ve successfully launched the real-time VM and
112
+ #. At this point, you' ve successfully launched the real-time VM and
113
113
Guest OS. You can verify a preemptible kernel was loaded using
114
114
the ``uname -a `` command:
115
115
You can’t perform that action at this time.
0 commit comments