diff options
| author | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2025-02-08 08:43:57 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2025-02-08 08:43:57 +0100 |
| commit | 7a260f76e9c05d84e59ffd7270ed8a65d08a4790 (patch) | |
| tree | 9ed4dc0486713e8b9bd293f7da77f739847ec61d /doc | |
| parent | ea0fd7c03e98231d88ad201c1ef7a15f2445bb92 (diff) | |
ADD: Tweaks and improvements on the Operating System.
Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/AHCI.drawio | 22 | ||||
| -rw-r--r-- | doc/GUI_DESIGN.drawio (renamed from doc/GUI-System.drawio) | 0 | ||||
| -rw-r--r-- | doc/OS_DESIGN.drawio (renamed from doc/OS-Design.drawio) | 0 | ||||
| -rw-r--r-- | doc/ROUND_ROBIN.drawio (renamed from doc/OS-Scheduler-Design.drawio) | 0 | ||||
| -rw-r--r-- | doc/SCHED_DESIGN.drawio (renamed from doc/SCHED-DESIGN.drawio) | 0 | ||||
| -rw-r--r-- | doc/TIMER_DESIGN.drawio (renamed from doc/OS-Timer-Design.drawio) | 0 |
6 files changed, 22 insertions, 0 deletions
diff --git a/doc/AHCI.drawio b/doc/AHCI.drawio new file mode 100644 index 00000000..191f04aa --- /dev/null +++ b/doc/AHCI.drawio @@ -0,0 +1,22 @@ +<mxfile host="65bd71144e"> + <diagram id="n4yoMa775TB45TuBg3XL" name="Page-1"> + <mxGraphModel dx="1144" dy="698" 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;" edge="1" parent="1" source="2" target="3"> + <mxGeometry relative="1" as="geometry"/> + </mxCell> + <mxCell id="2" value="DEV" style="rounded=1;whiteSpace=wrap;html=1;" vertex="1" parent="1"> + <mxGeometry x="490" y="310" width="120" height="170" as="geometry"/> + </mxCell> + <mxCell id="5" style="edgeStyle=none;html=1;exitX=1;exitY=0.25;exitDx=0;exitDy=0;entryX=0;entryY=0.25;entryDx=0;entryDy=0;" edge="1" parent="1" source="3" target="2"> + <mxGeometry relative="1" as="geometry"/> + </mxCell> + <mxCell id="3" value="HOST" style="rounded=1;whiteSpace=wrap;html=1;" vertex="1" parent="1"> + <mxGeometry x="170" y="310" width="120" height="170" as="geometry"/> + </mxCell> + </root> + </mxGraphModel> + </diagram> +</mxfile>
\ No newline at end of file diff --git a/doc/GUI-System.drawio b/doc/GUI_DESIGN.drawio index bd31ac14..bd31ac14 100644 --- a/doc/GUI-System.drawio +++ b/doc/GUI_DESIGN.drawio diff --git a/doc/OS-Design.drawio b/doc/OS_DESIGN.drawio index 118a9add..118a9add 100644 --- a/doc/OS-Design.drawio +++ b/doc/OS_DESIGN.drawio diff --git a/doc/OS-Scheduler-Design.drawio b/doc/ROUND_ROBIN.drawio index 46c6304b..46c6304b 100644 --- a/doc/OS-Scheduler-Design.drawio +++ b/doc/ROUND_ROBIN.drawio diff --git a/doc/SCHED-DESIGN.drawio b/doc/SCHED_DESIGN.drawio index ab75d000..ab75d000 100644 --- a/doc/SCHED-DESIGN.drawio +++ b/doc/SCHED_DESIGN.drawio diff --git a/doc/OS-Timer-Design.drawio b/doc/TIMER_DESIGN.drawio index ca081fd3..ca081fd3 100644 --- a/doc/OS-Timer-Design.drawio +++ b/doc/TIMER_DESIGN.drawio |
