Minor correction
This commit is contained in:
parent
207fa28d1a
commit
65645f7625
Binary file not shown.
|
@ -842,7 +842,7 @@
|
||||||
like the IOAPIC and TPM registers have dedicated address spaces.
|
like the IOAPIC and TPM registers have dedicated address spaces.
|
||||||
This structured approach helps maintain system stability and
|
This structured approach helps maintain system stability and
|
||||||
compatibility across different platforms and allows for a reset vector
|
compatibility across different platforms and allows for a reset vector
|
||||||
fixed at an address (\textit{0xFFFFFFF0}), regardless of the ROM size.
|
fixed at an address (\texttt{0xFFFFFFF0}), regardless of the ROM size.
|
||||||
Payloads are typically loaded into high memory, above the reserved areas
|
Payloads are typically loaded into high memory, above the reserved areas
|
||||||
for hardware components and system resources. The exact memory location
|
for hardware components and system resources. The exact memory location
|
||||||
can vary depending on the system's configuration, but generally,
|
can vary depending on the system's configuration, but generally,
|
||||||
|
|
Loading…
Reference in New Issue