diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-03-31 15:43:45 +0200 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2025-03-31 15:43:45 +0200 |
| commit | d62606e83241d1377790c5e69b988c805523fa51 (patch) | |
| tree | 3e44669a7b6b76140e9239b977eec08232402bbf | |
| parent | aaad58f2d6a56830860cb6ddef099096b089c389 (diff) | |
docs: add mermaid directory, fix bad refactor in HeFS.h, and updated
OS_DESIGN.drawio
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
| -rw-r--r-- | dev/kernel/FSKit/HeFS.h | 2 | ||||
| -rw-r--r-- | docs/drawio/OS_DESIGN.drawio | 2 | ||||
| -rw-r--r-- | docs/mermaid/.gitkeep | 0 |
3 files changed, 2 insertions, 2 deletions
diff --git a/dev/kernel/FSKit/HeFS.h b/dev/kernel/FSKit/HeFS.h index 6fdaafab..6c294ec6 100644 --- a/dev/kernel/FSKit/HeFS.h +++ b/dev/kernel/FSKit/HeFS.h @@ -41,7 +41,7 @@ struct HeFS_BOOT_NODE final Kernel::UInt64 fSectorCount;
Kernel::UInt64 fSectorSize;
Kernel::UInt32 fChecksum;
- Kernel::UInt8 fKind;
+ Kernel::UInt8 fDriveKind;
Kernel::UInt8 fTextEncoding;
Kernel::UInt64 fRootINode;
Kernel::UInt64 fRecoveryINode;
diff --git a/docs/drawio/OS_DESIGN.drawio b/docs/drawio/OS_DESIGN.drawio index 0091f5c1..ca854ca6 100644 --- a/docs/drawio/OS_DESIGN.drawio +++ b/docs/drawio/OS_DESIGN.drawio @@ -4,7 +4,7 @@ <root> <mxCell id="0"/> <mxCell id="1" parent="0"/> - <mxCell id="ifhO3zQZNW-sXvZMTmu8-2" value="<p class="p1"><b>System API (libsci.dylib) – User-Space Interface (Ring 3, EL0)</b></p>" style="rounded=0;whiteSpace=wrap;html=1;" parent="1" vertex="1"> + <mxCell id="ifhO3zQZNW-sXvZMTmu8-2" value="<p class="p1"><b>System API (user.sys</b><b style="background-color: transparent;">) – User-Space Interface (Ring 3, EL0)</b></p>" style="rounded=0;whiteSpace=wrap;html=1;" parent="1" vertex="1"> <mxGeometry x="235.5" y="340" width="360" height="30" as="geometry"/> </mxCell> <mxCell id="ifhO3zQZNW-sXvZMTmu8-3" value="<p class="p1"><b>Applications &amp; Dynamically Linked Libraries (Ring 3, EL0)</b></p>" style="rounded=0;whiteSpace=wrap;html=1;" parent="1" vertex="1"> diff --git a/docs/mermaid/.gitkeep b/docs/mermaid/.gitkeep new file mode 100644 index 00000000..e69de29b --- /dev/null +++ b/docs/mermaid/.gitkeep |
