Skip to content

Commit c40f386

Browse files
committed
further clarify isolcpus language
1 parent f283daa commit c40f386

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -751,15 +751,15 @@ computer - there might be changes in the overall brigthness when this affects
751751
the referesh rate.
752752
753753
If you have a loaded system and one of the newer Pis with 4 cores, you can
754-
reserve one core just for the refresh of the display:
754+
reserve one core just for the refresh of the display. Add:
755755
756756
```
757757
isolcpus=3
758758
```
759759
760-
.. at the end of the line of `/boot/cmdline.txt` (pre-bookworm) or
761-
`boot/firmware/cmdline.txt` (post-bookworm) (needs to be in the same as
762-
the other arguments, no newline). This will use the last core
760+
to the end of the line in `/boot/cmdline.txt` (pre-bookworm) or
761+
`boot/firmware/cmdline.txt` (post-bookworm). It needs to be in the same line
762+
line as the existing arguments -- no newline. This will use the last core
763763
only to refresh the display then, but it also means, that no other process can
764764
utilize it then. Still, I'd typically recommend it.
765765

0 commit comments

Comments
 (0)