diff --git a/os/tp2/README.md b/os/tp2/README.md new file mode 100644 index 0000000..c376456 --- /dev/null +++ b/os/tp2/README.md @@ -0,0 +1,11 @@ +# Devoir de SEPT + +## Illustration + +La première partie se comporte comme suit : + +![semaphore](./doc/semaphore.png) + +La seconde partie se comporte comme suit : + +![queue](./doc/queue.png) \ No newline at end of file diff --git a/os/tp2/queue.plantuml b/os/tp2/doc/queue.plantuml similarity index 100% rename from os/tp2/queue.plantuml rename to os/tp2/doc/queue.plantuml diff --git a/os/tp2/doc/queue.png b/os/tp2/doc/queue.png new file mode 100644 index 0000000..7e2ccad Binary files /dev/null and b/os/tp2/doc/queue.png differ diff --git a/os/tp2/doc/render.sh b/os/tp2/doc/render.sh new file mode 100755 index 0000000..5d6fbef --- /dev/null +++ b/os/tp2/doc/render.sh @@ -0,0 +1,6 @@ +#!/bin/sh +set -e +cd "$(dirname "$(realpath "$0")")" + + +plantuml *.plantuml diff --git a/os/tp2/semaphore.plantuml b/os/tp2/doc/semaphore.plantuml similarity index 100% rename from os/tp2/semaphore.plantuml rename to os/tp2/doc/semaphore.plantuml diff --git a/os/tp2/doc/semaphore.png b/os/tp2/doc/semaphore.png new file mode 100644 index 0000000..06705b6 Binary files /dev/null and b/os/tp2/doc/semaphore.png differ diff --git a/os/tp2/sujet.pdf b/os/tp2/doc/sujet.pdf similarity index 100% rename from os/tp2/sujet.pdf rename to os/tp2/doc/sujet.pdf