Skip to content

Commit 475b05d

Browse files
committed
doc: fix formatting in partition doc
Fix formatting missed during regular review. Signed-off-by: David B. Kinder <david.b.kinder@intel.com>
1 parent 76346fd commit 475b05d

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed

doc/tutorials/using_partition_mode_on_nuc.rst

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -43,20 +43,20 @@ Update kernel image and modules of Pre-launched VM
4343
**************************************************
4444
#. On your development workstation, clone the ACRN kernel source tree, and build
4545
the Linux kernel image that will be used to boot the pre-launched VMs:
46-
46+
4747
.. code-block:: none
4848
4949
$ git clone https://github.com/projectacrn/acrn-kernel.git
50-
Cloning into 'acrn-kernel'...
51-
...
52-
$ cd acrn-kernel
53-
$ cp kernel_config_uos .config
54-
$ make olddefconfig
55-
scripts/kconfig/conf --olddefconfig Kconfig
56-
#
57-
# configuration written to .config
58-
#
59-
$ make
50+
Cloning into 'acrn-kernel'...
51+
...
52+
$ cd acrn-kernel
53+
$ cp kernel_config_uos .config
54+
$ make olddefconfig
55+
scripts/kconfig/conf --olddefconfig Kconfig
56+
#
57+
# configuration written to .config
58+
#
59+
$ make
6060
$ make modules_install INSTALL_MOD_PATH=out/
6161
6262
The last two commands build the bootable kernel image as
@@ -108,7 +108,7 @@ Update ACRN hypervisor Image
108108
I/O addresses of the serial port. The NUC supports one serial port ttyS0.
109109
You'll need to connect the serial port to the development workstation, in
110110
order to access the ACRN serial console to switch between pre-launched VMs:
111-
111+
112112
.. code-block:: none
113113
114114
$ dmesg | grep ttyS0
@@ -129,7 +129,7 @@ Update ACRN hypervisor Image
129129
00:1f.6 Ethernet controller: Intel Corporation Ethernet Connection I219-LM (rev 21)
130130
Subsystem: Intel Corporation Ethernet Connection I219-LM
131131
132-
.. note::
132+
.. note::
133133

134134
Double check PCI devices BDF defined in the
135135
``hypervisor/arch/x86/configs/nuc7i7bnh/pci_devices.h``
@@ -150,16 +150,16 @@ Update ACRN hypervisor Image
150150
Configure the build options:
151151

152152
.. code-block:: none
153-
153+
154154
$ make defconfig BOARD=nuc7i7bnh
155155
$ make menuconfig
156156
157157
Updates the following configure item:
158158

159-
* Set ACRN Scenario as "Logical Partition VMs";
160-
* Set Maximum number of VCPUs per VM as "2";
161-
* Set Maximum number of PCPU as "4";
162-
* Clear/Disable “Enable hypervisor relocation”.
159+
* Set ACRN Scenario as "Logical Partition VMs";
160+
* Set Maximum number of VCPUs per VM as "2";
161+
* Set Maximum number of PCPU as "4";
162+
* Clear/Disable “Enable hypervisor relocation”.
163163

164164
We recommend keeping the default values of items not mentioned above.
165165

@@ -213,7 +213,7 @@ Update Ubuntu GRUB to Boot hypervisor and Load Kernel Image
213213
module /boot/bzImage
214214
}
215215
216-
.. note::
216+
.. note::
217217

218218
The kernel command line arguments used to boot the pre-launched VMs is
219219
located in header file

0 commit comments

Comments
 (0)