From 62a75c58ca94739956e5cde2385f61dcde06eb5c Mon Sep 17 00:00:00 2001 From: Lunaixsky Date: Wed, 22 Jun 2022 16:06:02 +0100 Subject: [PATCH] Update README_en.md --- docs/README_en.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/README_en.md b/docs/README_en.md index 8f6db81..f00eac0 100644 --- a/docs/README_en.md +++ b/docs/README_en.md @@ -13,7 +13,7 @@ LunaixOS - A simple (yet naive), POSIX-complaint (hopefully!), operating system This operating system is a macro-kernel, has its root in Intel's x86 platform and its ecosystem. It runs in protected mode and uses 4GiB addressing with two-level paging mechanism. It does not have x86_64 variant and does not support multi-core machine. -The memory is split into two parts, that is, 3GiB for user space (0x400000~0xBFFFFFFF) and 1GiB for kernel space (0xC0000000~0xFFFFFFFF). Such paradigm is a common practicing found in major operating systems, for example x86_32 version of Linux and Windows. For a more detailed arrangement of memory in LunaixOS, please refer to [LunaixOS Virtual Memory Mappings](docs/img/lunaix-os-mem.png). +The memory is split into two parts, that is, 3GiB for user space (0x400000 ~ 0xBFFFFFFF) and 1GiB for kernel space (0xC0000000 ~ 0xFFFFFFFF). Such paradigm is a common practicing found in major operating systems, for example x86_32 version of Linux and Windows. For a more detailed arrangement of memory in LunaixOS, please refer to [LunaixOS Virtual Memory Mappings](docs/img/lunaix-os-mem.png). The following list presents all features it does have in current stage. -- 2.27.0