Skip to content

Commit 9692223

Browse files
gjollyrbradford
authored andcommitted
doc: quick-start: Update documentation for new kernel configuration
Replace the use of a reference kernel configuration file from this repository with the use of a defconfig from the linux fork. Signed-off-by: Gauthier Jolly <[email protected]>
1 parent c140a2a commit 9692223

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

content/en/docs/prologue/quick-start.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -124,14 +124,9 @@ To build the kernel:
124124

125125
```shell
126126
# Clone the Cloud Hypervisor Linux branch
127-
$ git clone --depth 1 https://github.com/cloud-hypervisor/linux.git -b ch-6.2 linux-cloud-hypervisor
127+
$ git clone --depth 1 https://github.com/cloud-hypervisor/linux.git -b ch-6.12.8 linux-cloud-hypervisor
128128
$ pushd linux-cloud-hypervisor
129-
# Use the x86-64 cloud-hypervisor kernel config to build your kernel for x86-64
130-
$ wget https://raw.githubusercontent.com/cloud-hypervisor/cloud-hypervisor/main/resources/linux-config-x86_64
131-
# Use the AArch64 cloud-hypervisor kernel config to build your kernel for AArch64
132-
$ wget https://raw.githubusercontent.com/cloud-hypervisor/cloud-hypervisor/main/resources/linux-config-aarch64
133-
$ cp linux-config-x86_64 .config # x86-64
134-
$ cp linux-config-aarch64 .config # AArch64
129+
$ make ch_defconfig
135130
# Do native build of the x86-64 kernel
136131
$ KCFLAGS="-Wa,-mx86-used-note=no" make bzImage -j `nproc`
137132
# Do native build of the AArch64 kernel

0 commit comments

Comments
 (0)