Skip to content

Commit 9cb38bd

Browse files
Update kernel build docs
1 parent a52f47f commit 9cb38bd

2 files changed

Lines changed: 4 additions & 23 deletions

File tree

content/learning-paths/servers-and-cloud-computing/kernel-build/_next-steps.md

Lines changed: 1 addition & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -4,26 +4,7 @@ next_step_guidance: >
44
55
recommended_path: "/learning-paths/servers-and-cloud-computing/profiling-for-neoverse/"
66

7-
further_reading:
8-
- resource:
9-
title: TuxMake documentation
10-
link: https://tuxmake.org/
11-
type: documentation
12-
- resource:
13-
title: Linux kernel documentation
14-
link: https://www.kernel.org/doc/html/latest/
15-
type: documentation
16-
- resource:
17-
title: arm_kernel_install_guide repository
18-
link: https://github.com/geremyCohen/arm_kernel_install_guide
19-
type: website
20-
- resource:
21-
title: Arm Neoverse system architecture
22-
link: https://developer.arm.com/documentation/den0024/latest/
23-
type: documentation
24-
25-
26-
### FIXED, DO NOT MODIFY THIS FILE, unless you need to update the 'further_reading' list.
7+
### FIXED, DO NOT MODIFY THIS FILE.
278
weight: 21
289
layout: learningpathall
2910
---

content/learning-paths/servers-and-cloud-computing/kernel-build/how-to-3.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ Fastpath builds use the same TuxMake pipelines but add a configuration fragment
1313
Fastpath workflows are build-only: don't combine `--fastpath true` (or the demo shortcut) with `--kernel-install` or any `--install-from` commands.
1414

1515
The proper workflow is:
16-
1. Build the kernel with Fastpath configuration enabled
17-
2. Copy the flat artifacts (`Image.gz`, `modules.tar.xz`, and `config`) to the Fastpath host
18-
3. Let the Fastpath tooling handle deployment to the SUT (System Under Test)
16+
- Build the kernel with Fastpath configuration enabled
17+
- Copy the flat artifacts (`Image.gz`, `modules.tar.xz`, and `config`) to the Fastpath host
18+
- Let the Fastpath tooling handle deployment to the SUT (System Under Test)
1919

2020
### Install Docker for Fastpath
2121

0 commit comments

Comments
 (0)