diff options
author | Benji Dial <benji3.141@gmail.com> | 2020-05-16 13:25:46 -0400 |
---|---|---|
committer | Benji Dial <benji3.141@gmail.com> | 2020-05-16 13:25:46 -0400 |
commit | 53801b9baed096e57b40df6147d9ff0f3da0c737 (patch) | |
tree | 4d1987c277cc02b53ff06ee756f67f85b62d1acc /doc/internal | |
parent | c0daede46df4f546639bd2d3e11dcf064d554966 (diff) | |
download | portland-os-53801b9baed096e57b40df6147d9ff0f3da0c737.tar.gz |
Hello world
Diffstat (limited to 'doc/internal')
-rw-r--r-- | doc/internal/gdt.txt | 3 | ||||
-rw-r--r-- | doc/internal/mem.txt | 4 |
2 files changed, 7 insertions, 0 deletions
diff --git a/doc/internal/gdt.txt b/doc/internal/gdt.txt new file mode 100644 index 0000000..f260cfe --- /dev/null +++ b/doc/internal/gdt.txt @@ -0,0 +1,3 @@ +0x08: 0x0000.0000 - 0x0007.ffff (code) +0x10: 0x0000.0000 - 0x0007.ffff (data) +0x18: 0x0003.8000 - 0x0003.ffff (stack)
\ No newline at end of file diff --git a/doc/internal/mem.txt b/doc/internal/mem.txt new file mode 100644 index 0000000..d3b7696 --- /dev/null +++ b/doc/internal/mem.txt @@ -0,0 +1,4 @@ +0x0001.0000 - 0x0002.ffff: unused +0x0003.0000 - 0x0003.7fff: kernel +0x0003.8000 - 0x0003.ffff: stack +0x0004.0000 - 0x0007.ffff: unused
\ No newline at end of file |