Typo
This commit is contained in:
parent
ef63a126f5
commit
23b103790e
2 changed files with 2 additions and 2 deletions
|
|
@ -25,7 +25,7 @@ through F000:7FFF. Once again, that region is mirrored at physical addresses %F
|
|||
through %FFFF7FFFF.
|
||||
|
||||
> In other words, both 32Kb halves of the last 64Kb of both the first and last megabyte
|
||||
of the 80386's 32Gb address space are physically mapped to this ROM image.
|
||||
of the 80386's 4Gb address space are physically mapped to this ROM image.
|
||||
|
||||
> Finally, the DeskPro 386 has a "RAM Relocation" feature that allows 128Kb of RAM at
|
||||
%00FE0000 through %00FFFFFF to be mapped to %000E0000 through %000FFFFF, effectively
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@
|
|||
; through %FFFF7FFFF.
|
||||
;
|
||||
; In other words, both 32Kb halves of the last 64Kb of both the first and last megabyte
|
||||
; of the 80386's 32Gb address space are physically mapped to this ROM image.
|
||||
; of the 80386's 4Gb address space are physically mapped to this ROM image.
|
||||
;
|
||||
; Finally, the DeskPro 386 has a "RAM Relocation" feature that allows 128Kb of RAM at
|
||||
; %00FE0000 through %00FFFFFF to be mapped to %000E0000 through %000FFFFF, effectively
|
||||
|
|
|
|||
Loading…
Reference in a new issue