Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
Aron Svastits committed Jan 4, 2024
1 parent c1abd98 commit da468dd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/wiki/Realtime.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
uname -r
```

2. Find and download the real-time patch with matching major and minor versions from [here](https://cdn.kernel.org/pub/linux/kernel/projects/rt/) (patch-\<version\>-rt\<nr\>.patch.gz)
2. Find and download the real-time patch with matching major and minor versions from [here](https://cdn.kernel.org/pub/linux/kernel/projects/rt/) (*patch-\<version\>-rt\<nr\>.patch.gz*)

3. Download the kernel with identical version from [here](https://mirrors.edge.kernel.org/pub/linux/kernel/) (linux-\<version\>.tar.gz)
3. Download the kernel with identical version from [here](https://mirrors.edge.kernel.org/pub/linux/kernel/) (*linux-\<version\>.tar.gz*)

4. Create directory to build kernel
```
Expand Down Expand Up @@ -103,7 +103,7 @@ Save (without modifying the name) and exit menuconfig.
3. Reboot
- Now the real time kernel should be installed. Reboot the system.
- At startup, choose the built kernel from the boot menu (Advanced options) (or configure it to be default)
- At startup, choose the built kernel from the boot menu (*Advanced options*), or configure it to be default before restart.
- Check new kernel version with `uname -a`
## Configuration
Expand Down

0 comments on commit da468dd

Please sign in to comment.