mirror of
https://gitlab.com/bztsrc/bootboot.git
synced 2023-02-13 20:54:32 -05:00
Return physical MMIO address
This commit is contained in:
parent
73549f11f3
commit
9fc09f8155
1 changed files with 1 additions and 0 deletions
|
@ -136,6 +136,7 @@ Machine state
|
|||
When the kernel gains control, the memory mapping looks like this:
|
||||
|
||||
```
|
||||
-128M "mmio" area (0xFFFFFFFFF8000000)
|
||||
-64M "fb" framebuffer (0xFFFFFFFFFC000000)
|
||||
-2M "bootboot" structure (0xFFFFFFFFFFE00000)
|
||||
-2M+1page "environment" string (0xFFFFFFFFFFE01000)
|
||||
|
|
Loading…
Reference in a new issue