From 35b3c59270243d6f4d780559b9e4dfab25b08c6b Mon Sep 17 00:00:00 2001 From: belliash Date: Sat, 13 Aug 2022 13:21:36 +0200 Subject: [PATCH] Update source structure table --- README.md | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 13e1e53..ea8b446 100644 --- a/README.md +++ b/README.md @@ -45,17 +45,17 @@ ExectOS is in very early development stage, thus its requirements have been not design, it requires a modern EFI enabled hardware. It is not possible currently to boot ExectOS on a legacy BIOS. # Source structure -| Directory | Description | -|------------|----------------------------------------------------------| -| bootdata | default configuration and data needed to boot XTOS | -| drivers | XT native drivers source code | -| sdk/cmake | Host toolchain configuration and build-related functions | -| sdk/xtdk | XT Software Development Kit headers | -| sdk/xtklib | XT Base kernel-mode library source code | -| services | integral subsystems services source code | -| subsystems | environment subsystems source code | -| xtoskrnl | XTOS kernel source code | -| xtldr | XTOS boot loader source code | +| Directory | Description | +|-------------|----------------------------------------------------------| +| bootdata | default configuration and data needed to boot XTOS | +| drivers | XT native drivers source code | +| sdk/cmake | Host toolchain configuration and build-related functions | +| sdk/xtdk | XT Software Development Kit headers | +| sdk/xtklib | XT Base kernel-mode library source code | +| services | integral subsystems services source code | +| subsystems | environment subsystems source code | +| xtoskrnl | XTOS kernel source code | +| xtldr | XTOS boot loader source code | # Build XTOS can be built only by using XTChain, a special toolchain prepared for compiling XT software. Currently, there is