Add more directory structure info to README.md

This commit is contained in:
Quinn Stephens 2024-08-25 11:02:08 -04:00
parent 7125a17aca
commit dd7ae11851

View File

@ -34,7 +34,14 @@ Alcyone is written in a subset of C++11 with selected features from modern stand
- XDDM: Components related to Display Driver Model - XDDM: Components related to Display Driver Model
### SDK Source Directory Structure: ### SDK Source Directory Structure:
- CRT: C RunTime - INC: Global header files
- CRT: C RunTime source
- RTL: Kernel Run-Time Library source
### Boot Source Directory Structure:
- INC: Boot-specific header files
- APP/BOOTMGR: Boot Manager source
- LIB: Boot library routines and firmware abstractions
### Kernel Source Directory Structure: ### Kernel Source Directory Structure:
- ALPC: Asynchronous Local Procedure Call - ALPC: Asynchronous Local Procedure Call