-
-
Notifications
You must be signed in to change notification settings - Fork 794
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
Invalid links in 11_exceptions_part1_groundwork/README.md #200
Comments
Hi @Tartasprint I checked question about a-profile_architecture_reference_manual.pdf you mentioned. My simple understanding of the question you raised is that we need to specify the page number in the document corresponding to a specific version of the manual to solve the problem of not finding the corresponding page when updating the new version of the ARM PDF manual. |
Because the latest version is the JA version dated April 27, 2023, we will use this version of information as a reference in the future.
Hi, yes that is what I meant, thanks for the fix ! |
In the README.MD of chapter 11 there are some references to the "Arm Architecture Reference Manual for A-profile architecture":
rust-raspberrypi-OS-tutorials/11_exceptions_part1_groundwork/README.md
Line 58 in 53074bb
rust-raspberrypi-OS-tutorials/11_exceptions_part1_groundwork/README.md
Lines 68 to 69 in 53074bb
with the
[ARMv8_Manual]
referring to:rust-raspberrypi-OS-tutorials/11_exceptions_part1_groundwork/README.md
Line 87 in 53074bb
The problem is that this link refers to the latest version of the manual, but the text is referring to another version. I went through various versions of the ARM manual but couldn't find the one being referred to.
In older versions (such as E.a) section D1.10.1 is "Preferred exception return address" which should be similar to page 5357 in the current latest version of the document.
I couldn't find what the mentioned pages 1874-1876 were referring to.
I suggest picking a version of the manual and write the references to it with a more permanent link than using "latest" version, to avoid such problems.
While I'm there, I thank Andre Richter and everyone else who has contributed to these fantastic tutorials ! 🥳
The text was updated successfully, but these errors were encountered: