From 021ea9b271f2144f7b16ae41a9236292dea7897d Mon Sep 17 00:00:00 2001 From: Benji Dial Date: Sun, 24 May 2020 21:55:12 -0400 Subject: basic fs type stuff, fat16, removing stack segment and using data segment --- doc/internal/mem.txt | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'doc/internal/mem.txt') diff --git a/doc/internal/mem.txt b/doc/internal/mem.txt index cc5d301..ea96d13 100644 --- a/doc/internal/mem.txt +++ b/doc/internal/mem.txt @@ -1,8 +1,7 @@ -0x0001.0000 - 0x0002.5fff: unused -0x0002.6000 - 0x0002.bfff: fat +0x0001.0000 - 0x0001.ffff: unused +0x0002.0000 - 0x0002.7fff: fat +0x0002.8000 - 0x0002.bfff: unused 0x0002.c000 - 0x0002.ffff: file buffers 0x0003.0000 - 0x0003.7fff: kernel 0x0003.8000 - 0x0003.ffff: stack -0x0004.0000 - 0x0007.ffff: unused -0x0008.0000 - 0x000d.9fff: ramd -0x000d.a000 - 0xffff.ffff: unused \ No newline at end of file +0x0004.0000 - 0x000f.ffff: unused \ No newline at end of file -- cgit v1.2.3