Skip to content

Commit

Permalink
Fix RSDPDescriptor Mistake (#83)
Browse files Browse the repository at this point in the history
* Update 06_ACPITables.md

* Update I_Acknowledgments.md

* Update I_Acknowledgments.md
  • Loading branch information
maxtyson123 authored Jan 29, 2024
1 parent 45086b1 commit 1391f7e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion 02_Architecture/06_ACPITables.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ struct RSDPDescriptor {

Where the fields are:

* *Signature*: Is an 8 byte string, that must contain: "RSDT PTR " **P.S. The string is not null terminated**
* *Signature*: Is an 8 byte string, that must contain: "RSD PTR " **P.S. The string is not null terminated**
* *Checksum*: The value to add to all the other bytes (of the Version 1.0 table) to calculate the Checksum of the table. If this value added to all the others and casted to byte isn't equal to 0, the table must be ignored.
* *OEMID*: Is a string that identifies the OEM
* *Revision*: Is the revision number
Expand Down
1 change: 1 addition & 0 deletions 99_Appendices/I_Acknowledgments.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,5 @@ In no particular order:
- @seekbytes ([https://github.com/seekbytes](https://github.com/seekbytes))
- @Flukas88 ([https://github.com/Flukas88](https://github.com/Flukas88))
- @Rubo3 ([https://github.com/Rubo3](https://github.com/Rubo3))
- @maxtyson123 ([https://github.com/maxtyson123](https://github.com/maxtyson123))

0 comments on commit 1391f7e

Please sign in to comment.