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/gdt.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'doc/internal/gdt.txt') diff --git a/doc/internal/gdt.txt b/doc/internal/gdt.txt index 6f5e1f4..0a8b5ea 100644 --- a/doc/internal/gdt.txt +++ b/doc/internal/gdt.txt @@ -1,3 +1,2 @@ 0x08: 0x0000.0000 - 0x0007.ffff (code) -0x10: 0x0000.0000 - 0x000f.ffff (data) -0x18: 0x0003.8000 - 0x0003.ffff (stack) \ No newline at end of file +0x10: 0x0000.0000 - 0x000f.ffff (data) \ No newline at end of file -- cgit v1.2.3