aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorChristian Cunningham <cc@localhost>2022-04-02 19:03:25 -0700
committerChristian Cunningham <cc@localhost>2022-04-02 19:03:25 -0700
commit2c4dae7cc22db0a29532df63dc969485a3e5e957 (patch)
treedb58f3ecb246a84d56f8e39c0aed1b651e86df0e /README.md
parent81cb7fc05c0c8f6a260378fe1312f68cc5da4ce8 (diff)
VSCodium Build Tasks
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index afb11f6..3540664 100644
--- a/README.md
+++ b/README.md
@@ -62,9 +62,9 @@ Note: SYS and USER share registers but differ in privilege
# Memory Layout
- 0x00004000 - 0x00008000 MMU Entries
- - 0x00008000 - 0x0000D000 Code
- - 0x0000D000 - 0x0000E000 Data
- - 0x0000E000 - 0x00089000 BSS
+ - 0x00008000 - 0x0000F000 Code
+ - 0x0000F000 - 0x00010000 Data
+ - 0x00010000 - 0x000A3000 BSS
- 0x18000000 - 0x20000000 Thread Stacks
- 0x3F000000 - 0x40000000 MMIO
- 0x40000000 - 0xFFFFFFFF Local Peripherals