From ce8041754bd8cc1aab979b188ba6a5b03000240f Mon Sep 17 00:00:00 2001 From: Aiken Harris Date: Sun, 5 Oct 2025 22:41:32 +0200 Subject: [PATCH] Document sdk/firmware directory --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6ee50996..fa54647e 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,8 @@ design, it requires a modern EFI enabled hardware. It is not possible currently | boot/bootdata | default configuration and data needed to boot XTOS | | boot/bootsect | boot sector code (MBR & VBR) initializing the boot process | | drivers | XT native drivers source code | -| sdk/cmake | Host toolchain configuration and build-related functions | +| sdk/cmake | host toolchain configuration and build-related functions | +| sdk/firmware | firmware enabling XTOS to boot on virtual machines | | sdk/xtdk | XT Software Development Kit headers | | services | integral subsystems services source code | | subsystems | environment subsystems source code |