diff options
Diffstat (limited to 'doc/design/memory_map.txt')
-rw-r--r-- | doc/design/memory_map.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/design/memory_map.txt b/doc/design/memory_map.txt index 28aed8a..d51ebcf 100644 --- a/doc/design/memory_map.txt +++ b/doc/design/memory_map.txt @@ -1,7 +1,9 @@ 0x0000 - 0x03ff : interrupt vector table 0x0400 - 0x04ff : bios data area 0x0500 - 0x05ff : structure pointers - 0x00 dword : fat pointer + 0x00 : fat + 0x04 : root directory + 0x08 : kernel 0x0600 - 0x1fff : not assigned 0x2000 - 0x3fff : memory map for each word : 1 page |