diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-05-16 10:59:57 +0200 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2025-05-16 10:59:57 +0200 |
| commit | 959a9d5873c6099cf1ae565b13b01f1489fe41e4 (patch) | |
| tree | c181f3cd2952f5d53fdfde08c3b0ba7af3c72d51 /docs | |
| parent | 9f031e69aace747feb5bac78eccb9a1d5df81f74 (diff) | |
feat(drawio): Added LC's design as drawio document.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/drawio/LIBCOMPILER_DESIGN.drawio | 64 |
1 files changed, 64 insertions, 0 deletions
diff --git a/docs/drawio/LIBCOMPILER_DESIGN.drawio b/docs/drawio/LIBCOMPILER_DESIGN.drawio index e69de29..3c81ecc 100644 --- a/docs/drawio/LIBCOMPILER_DESIGN.drawio +++ b/docs/drawio/LIBCOMPILER_DESIGN.drawio @@ -0,0 +1,64 @@ +<mxfile host="65bd71144e"> + <diagram id="Hvu3NLRsK3fSdSTnrkoh" name="Page-1"> + <mxGraphModel dx="1142" dy="550" grid="1" gridSize="10" guides="1" tooltips="1" connect="1" arrows="1" fold="1" page="1" pageScale="1" pageWidth="850" pageHeight="1100" math="0" shadow="0"> + <root> + <mxCell id="0"/> + <mxCell id="1" parent="0"/> + <mxCell id="4" style="edgeStyle=none;html=1;exitX=1;exitY=0.5;exitDx=0;exitDy=0;" edge="1" parent="1" source="2" target="3"> + <mxGeometry relative="1" as="geometry"/> + </mxCell> + <mxCell id="2" value="CompilerFrontend" style="rounded=0;whiteSpace=wrap;html=1;" vertex="1" parent="1"> + <mxGeometry x="130" y="580" width="120" height="60" as="geometry"/> + </mxCell> + <mxCell id="6" style="edgeStyle=none;html=1;" edge="1" parent="1" source="3" target="5"> + <mxGeometry relative="1" as="geometry"/> + </mxCell> + <mxCell id="3" value="AssemblyInterface" style="rounded=0;whiteSpace=wrap;html=1;" vertex="1" parent="1"> + <mxGeometry x="285" y="580" width="120" height="60" as="geometry"/> + </mxCell> + <mxCell id="8" style="edgeStyle=none;html=1;exitX=1;exitY=0.5;exitDx=0;exitDy=0;" edge="1" parent="1" source="5" target="7"> + <mxGeometry relative="1" as="geometry"/> + </mxCell> + <mxCell id="5" value="Assembler" style="rounded=0;whiteSpace=wrap;html=1;" vertex="1" parent="1"> + <mxGeometry x="440" y="580" width="120" height="60" as="geometry"/> + </mxCell> + <mxCell id="7" value="64-bit Linker Driver" style="rounded=0;whiteSpace=wrap;html=1;" vertex="1" parent="1"> + <mxGeometry x="600" y="580" width="120" height="60" as="geometry"/> + </mxCell> + <mxCell id="10" style="edgeStyle=none;html=1;entryX=0.5;entryY=0;entryDx=0;entryDy=0;" edge="1" parent="1" source="9" target="2"> + <mxGeometry relative="1" as="geometry"/> + </mxCell> + <mxCell id="14" style="edgeStyle=none;html=1;exitX=1;exitY=0.5;exitDx=0;exitDy=0;" edge="1" parent="1" source="9" target="11"> + <mxGeometry relative="1" as="geometry"/> + </mxCell> + <mxCell id="9" value="Cl Driver Tool" style="rounded=0;whiteSpace=wrap;html=1;" vertex="1" parent="1"> + <mxGeometry x="130" y="410" width="120" height="60" as="geometry"/> + </mxCell> + <mxCell id="12" style="edgeStyle=none;html=1;entryX=0.5;entryY=0;entryDx=0;entryDy=0;" edge="1" parent="1" source="11" target="7"> + <mxGeometry relative="1" as="geometry"/> + </mxCell> + <mxCell id="13" style="edgeStyle=none;html=1;entryX=1;entryY=0.5;entryDx=0;entryDy=0;" edge="1" parent="1" source="11" target="9"> + <mxGeometry relative="1" as="geometry"/> + </mxCell> + <mxCell id="11" value="Linker Tool" style="rounded=0;whiteSpace=wrap;html=1;" vertex="1" parent="1"> + <mxGeometry x="600" y="410" width="120" height="60" as="geometry"/> + </mxCell> + <mxCell id="15" value="High Level CLI" style="rounded=0;whiteSpace=wrap;html=1;" vertex="1" parent="1"> + <mxGeometry x="130" y="290" width="590" height="60" as="geometry"/> + </mxCell> + <mxCell id="17" style="edgeStyle=none;html=1;exitX=0.5;exitY=0;exitDx=0;exitDy=0;entryX=0.102;entryY=1;entryDx=0;entryDy=0;entryPerimeter=0;" edge="1" parent="1" source="9" target="15"> + <mxGeometry relative="1" as="geometry"/> + </mxCell> + <mxCell id="18" style="edgeStyle=none;html=1;exitX=0.5;exitY=0;exitDx=0;exitDy=0;entryX=0.898;entryY=1.05;entryDx=0;entryDy=0;entryPerimeter=0;" edge="1" parent="1" source="11" target="15"> + <mxGeometry relative="1" as="geometry"/> + </mxCell> + <mxCell id="19" value="LibCompiler Architecture" style="text;html=1;align=center;verticalAlign=middle;whiteSpace=wrap;rounded=0;" vertex="1" parent="1"> + <mxGeometry x="338" y="210" width="175" height="30" as="geometry"/> + </mxCell> + <mxCell id="20" value="LibCompiler.so" style="text;html=1;align=center;verticalAlign=middle;whiteSpace=wrap;rounded=0;" vertex="1" parent="1"> + <mxGeometry x="338" y="510" width="175" height="30" as="geometry"/> + </mxCell> + </root> + </mxGraphModel> + </diagram> +</mxfile>
\ No newline at end of file |
