diff options
| -rw-r--r-- | DesignChoices.drawio | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/DesignChoices.drawio b/DesignChoices.drawio index 290a8dbd..09aa2741 100644 --- a/DesignChoices.drawio +++ b/DesignChoices.drawio @@ -1,28 +1,28 @@ -<mxfile host="app.diagrams.net" modified="2024-03-19T10:32:30.113Z" agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36 Edg/122.0.0.0" etag="UCw6Bvb21DhAYyjMlmqJ" version="24.0.7" type="gitlab"> +<mxfile host="app.diagrams.net" modified="2024-03-19T11:00:35.027Z" agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36 Edg/122.0.0.0" etag="xI1LL2PN58DSfkxyZH7-" version="24.0.7" type="gitlab"> <diagram name="Page-1" id="mxOE_IV8GVOi3fDmlM2_"> <mxGraphModel dx="1002" dy="569" grid="1" gridSize="10" guides="1" tooltips="1" connect="1" arrows="1" fold="1" page="1" pageScale="1" pageWidth="827" pageHeight="1169" math="0" shadow="0"> <root> <mxCell id="0" /> <mxCell id="1" parent="0" /> - <mxCell id="dpAw-ApGermXuwIBdtFA-1" value="<h1 style="margin-top: 0px;">HCoreKrnl.exe</h1><p>The kernel is a C++ program, designed to be scalable, reliable and object oriented.</p><p>We're actually working on the AHCI support for it</p>" style="text;html=1;whiteSpace=wrap;overflow=hidden;rounded=0;" vertex="1" parent="1"> - <mxGeometry x="40" y="40" width="400" height="280" as="geometry" /> + <mxCell id="dpAw-ApGermXuwIBdtFA-1" value="<h1 style="margin-top: 0px;">HCoreKrnl.exe</h1><p>The kernel is a C++ program, designed to be scalable, reliable and object oriented.</p><p>We're actually working on the AHCI support for it</p>" style="text;html=1;whiteSpace=wrap;overflow=hidden;rounded=0;" parent="1" vertex="1"> + <mxGeometry x="40" y="40" width="400" height="120" as="geometry" /> </mxCell> - <mxCell id="dpAw-ApGermXuwIBdtFA-2" value="MicroKernel" style="rounded=0;whiteSpace=wrap;html=1;" vertex="1" parent="1"> + <mxCell id="dpAw-ApGermXuwIBdtFA-2" value="MicroKernel" style="rounded=0;whiteSpace=wrap;html=1;" parent="1" vertex="1"> <mxGeometry x="286" y="450" width="256" height="60" as="geometry" /> </mxCell> - <mxCell id="dpAw-ApGermXuwIBdtFA-3" value="System Call Interface" style="rounded=0;whiteSpace=wrap;html=1;" vertex="1" parent="1"> + <mxCell id="dpAw-ApGermXuwIBdtFA-3" value="System Call Interface" style="rounded=0;whiteSpace=wrap;html=1;" parent="1" vertex="1"> <mxGeometry x="286" y="420" width="256" height="30" as="geometry" /> </mxCell> - <mxCell id="dpAw-ApGermXuwIBdtFA-4" value="System Object" style="rounded=0;whiteSpace=wrap;html=1;" vertex="1" parent="1"> + <mxCell id="dpAw-ApGermXuwIBdtFA-4" value="System Object" style="rounded=0;whiteSpace=wrap;html=1;" parent="1" vertex="1"> <mxGeometry x="286" y="330" width="254" height="70" as="geometry" /> </mxCell> - <mxCell id="dpAw-ApGermXuwIBdtFA-5" value="User Defined Object #1" style="rounded=0;whiteSpace=wrap;html=1;" vertex="1" parent="1"> + <mxCell id="dpAw-ApGermXuwIBdtFA-5" value="User Defined Object #1" style="rounded=0;whiteSpace=wrap;html=1;" parent="1" vertex="1"> <mxGeometry x="288" y="280" width="92" height="40" as="geometry" /> </mxCell> - <mxCell id="dpAw-ApGermXuwIBdtFA-6" value="User Defined Object #2" style="rounded=0;whiteSpace=wrap;html=1;" vertex="1" parent="1"> + <mxCell id="dpAw-ApGermXuwIBdtFA-6" value="User Defined Object #2" style="rounded=0;whiteSpace=wrap;html=1;" parent="1" vertex="1"> <mxGeometry x="390" y="280" width="70" height="40" as="geometry" /> </mxCell> - <mxCell id="dpAw-ApGermXuwIBdtFA-7" value="User Defined Object #3" style="rounded=0;whiteSpace=wrap;html=1;" vertex="1" parent="1"> + <mxCell id="dpAw-ApGermXuwIBdtFA-7" value="User Defined Object #3" style="rounded=0;whiteSpace=wrap;html=1;" parent="1" vertex="1"> <mxGeometry x="470" y="280" width="70" height="40" as="geometry" /> </mxCell> </root> |
