mirror of
https://github.com/isometimes/rpi4-osdev
synced 2024-11-09 11:50:40 +00:00
Fixed typo
This commit is contained in:
parent
ca88bcaa0b
commit
888398be2e
1 changed files with 1 additions and 1 deletions
|
@ -152,7 +152,7 @@ Finally, we look at _kernel.c_, where we now have a single `main()`, but also:
|
|||
|
||||
_As you run this, you'll see that these functions run in parallel on their respective cores. Welcome to symmetric multi-processing!_
|
||||
|
||||
**If all you see on boot is the rainbow screen, try first updating your firmware using `rpi-update` from Raspbian**
|
||||
**If all you see on boot is the rainbow screen, try first updating your firmware using** `rpi-update` **from Raspbian.**
|
||||
|
||||
![Code now running on all four cores of the Raspberry Pi 4](images/10-multicore-running.jpg)
|
||||
|
||||
|
|
Loading…
Reference in a new issue