diff options
author | Benji Dial <benji3.141@gmail.com> | 2020-05-24 11:02:43 -0400 |
---|---|---|
committer | Benji Dial <benji3.141@gmail.com> | 2020-05-24 11:02:43 -0400 |
commit | 02f14113cbf14c6f842fb43ecbc68d0c851ef3b0 (patch) | |
tree | 75d2d943d9822b3f945fd947e9b91eec1d68e900 /doc/internal | |
parent | 31d8ae388a7ded576abd3e3d99c3d9193ea6d704 (diff) | |
download | portland-os-02f14113cbf14c6f842fb43ecbc68d0c851ef3b0.tar.gz |
very basic vga, ata, serial drivers. start of fat and fs drivers
Diffstat (limited to 'doc/internal')
-rw-r--r-- | doc/internal/mem.txt | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/doc/internal/mem.txt b/doc/internal/mem.txt index d3b7696..cc5d301 100644 --- a/doc/internal/mem.txt +++ b/doc/internal/mem.txt @@ -1,4 +1,8 @@ -0x0001.0000 - 0x0002.ffff: unused +0x0001.0000 - 0x0002.5fff: unused +0x0002.6000 - 0x0002.bfff: fat +0x0002.c000 - 0x0002.ffff: file buffers 0x0003.0000 - 0x0003.7fff: kernel 0x0003.8000 - 0x0003.ffff: stack -0x0004.0000 - 0x0007.ffff: unused
\ No newline at end of file +0x0004.0000 - 0x0007.ffff: unused +0x0008.0000 - 0x000d.9fff: ramd +0x000d.a000 - 0xffff.ffff: unused
\ No newline at end of file |