diff options
author | Benji Dial <benji3.141@gmail.com> | 2019-12-17 00:43:52 -0500 |
---|---|---|
committer | Benji Dial <benji3.141@gmail.com> | 2019-12-17 00:43:52 -0500 |
commit | 4c2f2fb867cfe64f217a246010a2e2722514dd90 (patch) | |
tree | e36b4baa5e48b7e7d3f3bafba6d0ef7bb236f024 /doc/design/memory_map.txt | |
parent | cdc7b2ae532fd3a93e13784812f7501f2fd5c07a (diff) | |
download | portland-os-4c2f2fb867cfe64f217a246010a2e2722514dd90.tar.gz |
a good deal of process
Diffstat (limited to 'doc/design/memory_map.txt')
-rw-r--r-- | doc/design/memory_map.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/design/memory_map.txt b/doc/design/memory_map.txt index d51ebcf..27da346 100644 --- a/doc/design/memory_map.txt +++ b/doc/design/memory_map.txt @@ -4,6 +4,8 @@ 0x00 : fat 0x04 : root directory 0x08 : kernel + 0x0c : file handle array + 0x10 : process array 0x0600 - 0x1fff : not assigned 0x2000 - 0x3fff : memory map for each word : 1 page |