aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorChristian Cunningham <cc@localhost>2022-08-26 19:49:13 -0700
committerChristian Cunningham <cc@localhost>2022-08-26 19:49:13 -0700
commit2b61ad947c64d76875311e6af08c87a5592055b3 (patch)
tree81b8ce619cb78986ec8bec13177c05b477ccb6e6 /README.md
parenta04cf2dbb8d2e890405fbf0a1022aaad3015b1e8 (diff)
SpinLocks
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md
index dbfb491..ab1a227 100644
--- a/README.md
+++ b/README.md
@@ -17,3 +17,11 @@
- Testing
- System Calls
- Timing
+
+## Memory Layout
+ - 0x4000-0x7FFF: Page tables
+ - 0x8000-0x207FFF: Kernel Code
+ - 0x208000-0x300000: Generic data
+ - 0x300000-0x400000: Allocators
+ - 0x400000-0x500000: Stacks
+ - 0x500000-0x: Mode Stacks