diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/STANDARD_FWRK.md | 5 | ||||
| -rw-r--r-- | docs/drawio/LAUNCH_DESIGN.drawio | 13 |
2 files changed, 17 insertions, 1 deletions
diff --git a/docs/STANDARD_FWRK.md b/docs/STANDARD_FWRK.md index 2d71b9e9..c780239a 100644 --- a/docs/STANDARD_FWRK.md +++ b/docs/STANDARD_FWRK.md @@ -2,4 +2,7 @@ STANDARD NEKERNEL FRAMEWORK =========================== BRIEF -=====
\ No newline at end of file +===== + +NeKernel uses a framework format to layout code/rsrc/headers altogether. +It is essential in order to locate and avoid dyld errors.
\ No newline at end of file diff --git a/docs/drawio/LAUNCH_DESIGN.drawio b/docs/drawio/LAUNCH_DESIGN.drawio index e69de29b..a1cfc8cc 100644 --- a/docs/drawio/LAUNCH_DESIGN.drawio +++ b/docs/drawio/LAUNCH_DESIGN.drawio @@ -0,0 +1,13 @@ +<mxfile host="65bd71144e"> + <diagram id="WN9xM0SvnG1OFdIgUV1P" name="Page-1"> + <mxGraphModel dx="1149" dy="361" 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="2" value="LaunchKit" style="rounded=0;whiteSpace=wrap;html=1;" vertex="1" parent="1"> + <mxGeometry x="240" y="170" width="255" height="60" as="geometry"/> + </mxCell> + </root> + </mxGraphModel> + </diagram> +</mxfile>
\ No newline at end of file |
