@@ -43,20 +43,20 @@ Update kernel image and modules of Pre-launched VM
43
43
**************************************************
44
44
#. On your development workstation, clone the ACRN kernel source tree, and build
45
45
the Linux kernel image that will be used to boot the pre-launched VMs:
46
-
46
+
47
47
.. code-block :: none
48
48
49
49
$ 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
60
60
$ make modules_install INSTALL_MOD_PATH=out/
61
61
62
62
The last two commands build the bootable kernel image as
@@ -108,7 +108,7 @@ Update ACRN hypervisor Image
108
108
I/O addresses of the serial port. The NUC supports one serial port ttyS0.
109
109
You'll need to connect the serial port to the development workstation, in
110
110
order to access the ACRN serial console to switch between pre-launched VMs:
111
-
111
+
112
112
.. code-block :: none
113
113
114
114
$ dmesg | grep ttyS0
@@ -129,7 +129,7 @@ Update ACRN hypervisor Image
129
129
00:1f.6 Ethernet controller: Intel Corporation Ethernet Connection I219-LM (rev 21)
130
130
Subsystem: Intel Corporation Ethernet Connection I219-LM
131
131
132
- .. note ::
132
+ .. note ::
133
133
134
134
Double check PCI devices BDF defined in the
135
135
``hypervisor/arch/x86/configs/nuc7i7bnh/pci_devices.h ``
@@ -150,16 +150,16 @@ Update ACRN hypervisor Image
150
150
Configure the build options:
151
151
152
152
.. code-block :: none
153
-
153
+
154
154
$ make defconfig BOARD=nuc7i7bnh
155
155
$ make menuconfig
156
156
157
157
Updates the following configure item:
158
158
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”.
163
163
164
164
We recommend keeping the default values of items not mentioned above.
165
165
@@ -213,7 +213,7 @@ Update Ubuntu GRUB to Boot hypervisor and Load Kernel Image
213
213
module /boot/bzImage
214
214
}
215
215
216
- .. note ::
216
+ .. note ::
217
217
218
218
The kernel command line arguments used to boot the pre-launched VMs is
219
219
located in header file
0 commit comments