RSDP: Difference between revisions

65 bytes removed ,  9 years ago
no edit summary
[unchecked revision][unchecked revision]
No edit summary
No edit summary
Line 27:
==Detecting the RSDP==
 
The RSDP is either located within the first 1 KB of the [[EBDA]] (Extended BIOS Data Area) (a 2 byte real mode segment pointer to it is located at 0x40:0x0E, which translates to the protected/long mode address 0x4000E0x40E), or in the memory region from 0x000E0000 to 0x000FFFFF (the main [[BIOS]] area below 1 MB). To find the table, the Operating System has to find the "RSD PTR " string (notice the last space character) in one of the two areas. This signature is always on a 16 byte boundary.
 
==Validating the RSDP==
Anonymous user