Skip to content

Fix typo in lesson1: "process ID" -> "processor ID" #275

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

msk2000
Copy link

@msk2000 msk2000 commented Apr 22, 2025

…ot.S file in document rpi-os.md

Fixes #274

This fixes a typo in the assembly startup code explanation in lesson 1 / rpi-os.md. The original text refers to "process ID", but the correct term is "processor ID" since the code is reading from the mpidr_el1 register to determine the executing core.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Typo: "process ID" should be "processor ID" in Chapter 1.1
1 participant