summaryrefslogtreecommitdiff
path: root/documentation/memory.txt
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/memory.txt')
-rw-r--r--documentation/memory.txt10
1 files changed, 5 insertions, 5 deletions
diff --git a/documentation/memory.txt b/documentation/memory.txt
index 581bd71..c000fa7 100644
--- a/documentation/memory.txt
+++ b/documentation/memory.txt
@@ -1,11 +1,11 @@
only the first 32GiB of physical memory are considered. this can be changed
with pram_pages in paging.cpp. vram layout is as follows:
-0x0000.0000.0000 - 0x0000.001f.ffff: always unmapped
-0x0000.0020.0000 - 0x0000.3fbf.ffff: available to user process
-0x0000.3fc0.0000 - 0x0000.3fdf.ffff: always unmapped
-0x0000.3fe0.0000 - 0x0000.3fff.ffff: user stack
-0x0000.4000.0000 - 0xffff.bfff.ffff: always unmapped
+0x0000.0000.0000 - 0x0000.0000.0fff: always unmapped
+0x0000.0000.1000 - 0x0000.001f.efff: user stack
+0x0000.001f.f000 - 0x0000.001f.ffff: always unmapped
+0x0000.0020.0000 - 0x007f.ffff.ffff: available to user process
+0x0080.0000.0000 - 0xffff.bfff.ffff: always unmapped
0xffff.c000.0000 - 0xffff.ffdf.ffff: available to kernel
0xffff.ffe0.0000 - 0xffff.ffe0.0fff: always unmapped
0xffff.ffe0.1000 - 0xffff.ffef.efff: interrupt stack