mirror of
https://github.com/pkivolowitz/asm_book.git
synced 2026-06-23 15:36:45 +08:00
Mentioned 52 bit address spaces.
This commit is contained in:
parent
cbaeb7887c
commit
4363bb7f7c
1 changed files with 3 additions and 0 deletions
|
|
@ -189,6 +189,9 @@ require 6 bytes to hold them. A virtual address space is all of the
|
||||||
addresses a process can generate / use. Further, all addresses used
|
addresses a process can generate / use. Further, all addresses used
|
||||||
by processes are virtual addresses.
|
by processes are virtual addresses.
|
||||||
|
|
||||||
|
Kernels supporting other VA spaces, including 52 bit address spaces
|
||||||
|
are possible but less common.
|
||||||
|
|
||||||
The salient point is that even six bytes is far too large to fit in a
|
The salient point is that even six bytes is far too large to fit in a
|
||||||
four byte instruction. GDB is masking the pseudo instruction and showing
|
four byte instruction. GDB is masking the pseudo instruction and showing
|
||||||
what the effective addresses are.**
|
what the effective addresses are.**
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue