diff --git a/README.md b/README.md index f9dcf63..2212250 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,14 @@ -# systemy-operacyjne-2018-rozwiazania +# Systemy operacyjne – rozwiązania -Rozwiązania zadań z przedmiotu Systemy operacyjne \ No newline at end of file +Katalogi: + +* `cwiczenia` – rozwiązania zadań wykonywanych podczas laboratoriów (notatki z zajęć), +* `quizy` – odpowiedzi do cotygodniowych quizów, +* `zadania-domowe` – rozwiązania cotygodniowych zadań domowych, +* `microshell` – implementacja zadania *Microshell*. + +Pliki: + + * `grupa.txt` – informacja o zapisie do grupy zajęciowej, + * `lista-obecnosci.md` – indywidualny zapis obecności podczas zajęć, + * `punktacja.md` – liczba zdobytych punktów z poszczególnych aktywności. diff --git a/cwiczenia/c-01.md b/cwiczenia/c-01.md new file mode 100644 index 0000000..a032c5f --- /dev/null +++ b/cwiczenia/c-01.md @@ -0,0 +1,14 @@ +W pliku `.md` możesz stosować składnię [Markdown](https://help.github.com/articles/basic-writing-and-formatting-syntax/). W tym katalogu możesz stworzyć dowolną strukturę podkatalogów i innych plików, które ułatwią prowadzenie notatek. Możesz również dowolnie edytować ten plik. + +##### Zadanie 1 + +``` +$ whoami +andre +$ echo Ala ma kota +Ala ma kota +``` + +##### Zadanie 2 + +... diff --git a/cwiczenia/c-02.md b/cwiczenia/c-02.md new file mode 100644 index 0000000..e69de29 diff --git a/cwiczenia/c-03.md b/cwiczenia/c-03.md new file mode 100644 index 0000000..e69de29 diff --git a/cwiczenia/c-04.md b/cwiczenia/c-04.md new file mode 100644 index 0000000..e69de29 diff --git a/cwiczenia/c-05.md b/cwiczenia/c-05.md new file mode 100644 index 0000000..e69de29 diff --git a/cwiczenia/c-06.md b/cwiczenia/c-06.md new file mode 100644 index 0000000..e69de29 diff --git a/cwiczenia/c-07.md b/cwiczenia/c-07.md new file mode 100644 index 0000000..e69de29 diff --git a/cwiczenia/c-08.md b/cwiczenia/c-08.md new file mode 100644 index 0000000..e69de29 diff --git a/cwiczenia/c-09.md b/cwiczenia/c-09.md new file mode 100644 index 0000000..e69de29 diff --git a/cwiczenia/c-10.md b/cwiczenia/c-10.md new file mode 100644 index 0000000..e69de29 diff --git a/cwiczenia/c-11.md b/cwiczenia/c-11.md new file mode 100644 index 0000000..e69de29 diff --git a/cwiczenia/c-12.md b/cwiczenia/c-12.md new file mode 100644 index 0000000..e69de29 diff --git a/cwiczenia/c-13.md b/cwiczenia/c-13.md new file mode 100644 index 0000000..e69de29 diff --git a/cwiczenia/c-14.md b/cwiczenia/c-14.md new file mode 100644 index 0000000..e69de29 diff --git a/cwiczenia/c-15.md b/cwiczenia/c-15.md new file mode 100644 index 0000000..e69de29 diff --git a/grupa.txt b/grupa.txt new file mode 100644 index 0000000..e69de29 diff --git a/lista-obecnosci.md b/lista-obecnosci.md new file mode 100644 index 0000000..61df27f --- /dev/null +++ b/lista-obecnosci.md @@ -0,0 +1,23 @@ +Indywidualna lista obecności prowadzona jest samodzielnie przez każdego studenta: + +* jeżeli jesteś **o**becny (do 15 minuty planowego rozpoczęcia zajęć), to w odpowiednim wierszu drugiej kolumny wstaw małą literę o, +* jeżeli twoja nieobecność jest **u**sprawiedliwiona, to prowadzący zajęcia wstawi w odpowiednim wierszu drugiej kolumny małą literę u, +* jeżeli jesteś nieobecny i nieobecność nie jest usprawiedliwiona, to nic nie wpisujesz. + +| Zajęcia | Obecność | +| ------- | -------- | +| 1 | | +| 2 | | +| 3 | | +| 4 | | +| 5 | | +| 6 | | +| 7 | | +| 8 | | +| 9 | | +| 10 | | +| 11 | | +| 12 | | +| 13 | | +| 14 | | +| 15 | | diff --git a/microshell/Makefile b/microshell/Makefile new file mode 100644 index 0000000..e69de29 diff --git a/microshell/microshell.c b/microshell/microshell.c new file mode 100644 index 0000000..e69de29 diff --git a/punktacja.md b/punktacja.md new file mode 100644 index 0000000..7137342 --- /dev/null +++ b/punktacja.md @@ -0,0 +1,25 @@ +Ten plik uzupełniasz tylko na wyraźne polecenie **prowadzącego zajęcia**. + +# Quizy + +| Quiz | Zadanie 1 | Zadanie 2 | Zadanie 3 | Zadanie 4 | +| ---: | :-------: | :-------: | :-------: | :-------: | +| 1 | | | | | +| 2 | | | | | +| 3 | | | | | +| 4 | | | | | +| 6 | | | | | +| 7 | | | | | +| 8 | | | | | +| 9 | | | | | +| 10 | | | | | +| 11 | | | | | +| 12 | | | | | +| 13 | | | | | +| 14 | | | | | + +# Zadanie + +| Temat | Punkty | +| ---------- | :-------: | +| Microshell | | diff --git a/quizy/q-01.txt b/quizy/q-01.txt new file mode 100644 index 0000000..e69de29 diff --git a/quizy/q-02.txt b/quizy/q-02.txt new file mode 100644 index 0000000..e69de29 diff --git a/quizy/q-03.txt b/quizy/q-03.txt new file mode 100644 index 0000000..e69de29 diff --git a/quizy/q-04.txt b/quizy/q-04.txt new file mode 100644 index 0000000..e69de29 diff --git a/quizy/q-05.txt b/quizy/q-05.txt new file mode 100644 index 0000000..e69de29 diff --git a/quizy/q-06.txt b/quizy/q-06.txt new file mode 100644 index 0000000..e69de29 diff --git a/quizy/q-07.txt b/quizy/q-07.txt new file mode 100644 index 0000000..e69de29 diff --git a/quizy/q-08.txt b/quizy/q-08.txt new file mode 100644 index 0000000..e69de29 diff --git a/quizy/q-09.txt b/quizy/q-09.txt new file mode 100644 index 0000000..e69de29 diff --git a/quizy/q-10.txt b/quizy/q-10.txt new file mode 100644 index 0000000..e69de29 diff --git a/quizy/q-11.txt b/quizy/q-11.txt new file mode 100644 index 0000000..e69de29 diff --git a/quizy/q-12.txt b/quizy/q-12.txt new file mode 100644 index 0000000..e69de29 diff --git a/quizy/q-13.txt b/quizy/q-13.txt new file mode 100644 index 0000000..e69de29 diff --git a/quizy/q-14.txt b/quizy/q-14.txt new file mode 100644 index 0000000..e69de29 diff --git a/zadania-domowe/z-01.md b/zadania-domowe/z-01.md new file mode 100644 index 0000000..545e254 --- /dev/null +++ b/zadania-domowe/z-01.md @@ -0,0 +1,14 @@ +W pliku `.md` możesz stosować składnię [Markdown](https://help.github.com/articles/basic-writing-and-formatting-syntax/). W tym katalogu możesz stworzyć dowolną strukturę podkatalogów i innych plików, które ułatwią archiwizację rozwiązań zadań domowych. Możesz również dowolnie edytować ten plik. + +##### Zadanie 1 + +``` +$ whoami +andre +$ echo Ala ma kota +Ala ma kota +``` + +##### Zadanie 2 + +... diff --git a/zadania-domowe/z-02.md b/zadania-domowe/z-02.md new file mode 100644 index 0000000..e69de29 diff --git a/zadania-domowe/z-03.md b/zadania-domowe/z-03.md new file mode 100644 index 0000000..e69de29 diff --git a/zadania-domowe/z-04.md b/zadania-domowe/z-04.md new file mode 100644 index 0000000..e69de29 diff --git a/zadania-domowe/z-05.md b/zadania-domowe/z-05.md new file mode 100644 index 0000000..e69de29 diff --git a/zadania-domowe/z-06.md b/zadania-domowe/z-06.md new file mode 100644 index 0000000..e69de29 diff --git a/zadania-domowe/z-07.md b/zadania-domowe/z-07.md new file mode 100644 index 0000000..e69de29 diff --git a/zadania-domowe/z-08.md b/zadania-domowe/z-08.md new file mode 100644 index 0000000..e69de29 diff --git a/zadania-domowe/z-09.md b/zadania-domowe/z-09.md new file mode 100644 index 0000000..e69de29 diff --git a/zadania-domowe/z-10.md b/zadania-domowe/z-10.md new file mode 100644 index 0000000..e69de29 diff --git a/zadania-domowe/z-11.md b/zadania-domowe/z-11.md new file mode 100644 index 0000000..e69de29 diff --git a/zadania-domowe/z-12.md b/zadania-domowe/z-12.md new file mode 100644 index 0000000..e69de29 diff --git a/zadania-domowe/z-13.md b/zadania-domowe/z-13.md new file mode 100644 index 0000000..e69de29 diff --git a/zadania-domowe/z-14.md b/zadania-domowe/z-14.md new file mode 100644 index 0000000..e69de29 diff --git a/zadania-domowe/z-15.md b/zadania-domowe/z-15.md new file mode 100644 index 0000000..e69de29