diff options
author | Freya Murphy <freya@freyacat.org> | 2025-05-06 16:49:22 -0400 |
---|---|---|
committer | Freya Murphy <freya@freyacat.org> | 2025-05-06 16:49:22 -0400 |
commit | d2acd64252e833dac50ab25d1e19fdf5045429bc (patch) | |
tree | 2deaa6960a00722080bd4d086ebc36568d975f43 /docs/MEMORY.md | |
parent | update readmes (diff) | |
download | comus-d2acd64252e833dac50ab25d1e19fdf5045429bc.tar.gz comus-d2acd64252e833dac50ab25d1e19fdf5045429bc.tar.bz2 comus-d2acd64252e833dac50ab25d1e19fdf5045429bc.zip |
fix tbl
Diffstat (limited to 'docs/MEMORY.md')
-rw-r--r-- | docs/MEMORY.md | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/docs/MEMORY.md b/docs/MEMORY.md index d79d5e2..6b32292 100644 --- a/docs/MEMORY.md +++ b/docs/MEMORY.md @@ -18,7 +18,6 @@ Read intel / amd manual for more information. ## Memory Layout -|----------------|----------------| | Start Address | Data | |----------------|----------------| | 0MB | BIOS Reserved | @@ -27,7 +26,6 @@ Read intel / amd manual for more information. | ... | User Program | | ... | User Heap | | 0x7fffffffffff | User Stack Top | -|----------------|----------------| ## Memory Modules |