From 70489d6d39b2a0306f63f28bb643d0192dfd2e33 Mon Sep 17 00:00:00 2001 From: Kaimakan71 Date: Thu, 8 Aug 2024 08:04:35 -0400 Subject: [PATCH] Update README.md --- README.md | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 0828396..58b9894 100644 --- a/README.md +++ b/README.md @@ -25,13 +25,17 @@ Alcyone is written in a subset of C++11 with selected features from modern stand **NOTE:** Mutexes/pushlocks are used when it is absolutely necessary. ### Alcyone Core Source Structure: -- NTOSKRNL: Alcyone kernel. -- NTLDR: Alcyone bootloader -- HAL: Hardware Abstraction Layer. -- BUS: Bus driver[PCIE/ACPI/HDAudio/USB...] -- DRIVER: Device driver[Network/GPU/...] +- SDK: Alcyone SDK +- NTOSKRNL: Alcyone kernel +- BOOT: Alcyone boot manager and boot loader +- HAL: Hardware Abstraction Layer +- BUS: Bus driver (PCIe, ACPI, HDAudio, USB, ...) +- DRIVER: Device driver (Network, GPU, ...) - XDDM: Components related to Display Driver Model +### SDK Source Directory Structure: +- CRT: C RunTime + ### Kernel Source Directory Structure: - ALPC: Asynchronous Local Procedure Call - CC: Cache Controller