Update README.md

This commit is contained in:
Quinn Stephens 2024-08-08 08:04:35 -04:00
parent 8a9e450310
commit 70489d6d39

View File

@ -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. **NOTE:** Mutexes/pushlocks are used when it is absolutely necessary.
### Alcyone Core Source Structure: ### Alcyone Core Source Structure:
- NTOSKRNL: Alcyone kernel. - SDK: Alcyone SDK
- NTLDR: Alcyone bootloader - NTOSKRNL: Alcyone kernel
- HAL: Hardware Abstraction Layer. - BOOT: Alcyone boot manager and boot loader
- BUS: Bus driver[PCIE/ACPI/HDAudio/USB...] - HAL: Hardware Abstraction Layer
- DRIVER: Device driver[Network/GPU/...] - BUS: Bus driver (PCIe, ACPI, HDAudio, USB, ...)
- DRIVER: Device driver (Network, GPU, ...)
- XDDM: Components related to Display Driver Model - XDDM: Components related to Display Driver Model
### SDK Source Directory Structure:
- CRT: C RunTime
### Kernel Source Directory Structure: ### Kernel Source Directory Structure:
- ALPC: Asynchronous Local Procedure Call - ALPC: Asynchronous Local Procedure Call
- CC: Cache Controller - CC: Cache Controller